1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
| /data1/supersmpl/wzn/.conda/envs/PyMAF-X/lib/python3.10/site-packages/skimage/transform/_warps.py:2: UserWarning: A NumPy version >=1.23.5 and <2.5.0 is required for this version of SciPy (detected version 1.23.0) from scipy import ndimage as ndi INFO:OpenGL.acceleratesupport:OpenGL_accelerate module loaded INFO:OpenGL.arrays.arraydatatype:Using accelerated ArrayDatatype initializing openpifpaf Running demo... Input video number of frames 2 INFO:openpifpaf.predictor:Using multiple GPUs: 2 INFO:openpifpaf.decoder.factory:No specific decoder requested. Using the first one from: --decoder=cifcaf:0 --decoder=posesimilarity:0 Use any of the above arguments to select one or multiple decoders and to suppress this message. INFO:openpifpaf.predictor:neural network device: cuda (CUDA available: True, count: 2) Running openpifpaf for person detection... 0%| | 0/2 [00:00<?, ?it/s]/data1/supersmpl/share/openpifpaf/src/openpifpaf/csrc/src/cif_hr.cpp:102: UserInfo: resizing cifhr buffer /data1/supersmpl/share/openpifpaf/src/openpifpaf/csrc/src/occupancy.cpp:53: UserInfo: resizing occupancy buffer INFO:openpifpaf.decoder.cifcaf:annotations 116: [130, 129, 127, 106, 100, 63, 31, 17, 13, 12, 9, 8, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] INFO:openpifpaf.predictor:batch 0: examples/coco_images/COCO_val2014_000000004700.jpg 50%|██████████████████████████████████████████████████████████████▌ | 1/2 [00:00<00:00, 1.27it/s]INFO:openpifpaf.decoder.cifcaf:annotations 12: [133, 133, 93, 1, 0, 0, 0, 0, 0, 0, 0, 0] INFO:openpifpaf.predictor:batch 1: examples/coco_images/COCO_val2014_000000477655.jpg 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2/2 [00:00<00:00, 2.15it/s] WARNING: You are using a SMPL model, with only 10 shape coefficients. WARNING: You are using a SMPL model, with only 10 shape coefficients. WARNING: You are using a MANO model, with only 10 shape coefficients. /data1/supersmpl/wzn/.conda/envs/PyMAF-X/lib/python3.10/site-packages/smplx/body_models.py:1967: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at ../torch/csrc/utils/tensor_new.cpp:274.) dynamic_lmk_b_coords = torch.tensor( WARNING: You are using a SMPL model, with only 10 shape coefficients. WARNING: You are using a SMPL model, with only 10 shape coefficients. /data1/supersmpl/wzn/.conda/envs/PyMAF-X/lib/python3.10/site-packages/torch/functional.py:512: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at ../aten/src/ATen/native/TensorShape.cpp:3587.) return _VF.meshgrid(tensors, **kwargs) /data1/supersmpl/wzn/PyMAF-X/models/maf_extractor.py:60: UserWarning: torch.sparse.SparseTensor(indices, values, shape, *, device=) is deprecated. Please use torch.sparse_coo_tensor(indices, values, shape, dtype=, device=). (Triggered internally at ../torch/csrc/utils/tensor_new.cpp:621.) ptD.append(torch.sparse.FloatTensor(i, v, d.shape)) WARNING: You are using a SMPL model, with only 10 shape coefficients. WARNING: You are using a SMPL model, with only 10 shape coefficients. WARNING: You are using a SMPL model, with only 10 shape coefficients. Loading pretrained weights from "data/pretrained_model/PyMAF-X_model_checkpoint_v1.1.pt" loaded checkpoint: data/pretrained_model/PyMAF-X_model_checkpoint_v1.1.pt Running reconstruction on each tracklet... 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2/2 [00:02<00:00, 1.30s/it] Total time spent for reconstruction: 11.21 seconds (including model loading time). Saving output results to "output/coco_images/output.pkl". WARNING: You are using a SMPL model, with only 10 shape coefficients. WARNING: You are using a MANO model, with only 10 shape coefficients. Rendering results, writing frames to output/coco_images/coco_images_output 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2/2 [00:02<00:00, 1.28s/it] ================= END ==============
|