Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How transform the dataset to HumanData? #68

Open
Zhiying-Li-dot opened this issue Jul 16, 2024 · 0 comments
Open

How transform the dataset to HumanData? #68

Zhiying-Li-dot opened this issue Jul 16, 2024 · 0 comments

Comments

@Zhiying-Li-dot
Copy link

I prepared the PW3D dataset according to its structure, imageFiles, sequenceFiles, pw3d_test.npz. But when I run the code sh slurm_test.sh PW3D 1 /data/zhiyingli/SMPLer-X/output/demo_inference_ test_video_20240714_233411/ 0
But the following error is reported:
Traceback (most recent call last): File "test.py", line 79, in <module> main() File "test.py", line 42, in main tester._make_batch_generator() File "/data/zhiyingli/SMPLer-X/main/../common/base.py", line 274, in _make_batch_generator testset_loader = eval(cfg.testset)(transforms.ToTensor(), "test") File "/data/zhiyingli/SMPLer-X/main/../data/PW3D/PW3D.py", line 27, in __init__ self.datalist = self.load_data() File "/data/zhiyingli/SMPLer-X/main/../data/PW3D/PW3D.py", line 30, in load_data db = COCO(osp.join(self.data_path, '3DPW_' + self.data_split + '.json')) File "/data/fanzhaoxin2/.conda/envs/smplerx/lib/python3.8/site-packages/pycocotools/coco.py", line 81, in __init__ with open(annotation_file, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: '/data/zhiyingli/SMPLer-X/main/../dataset/PW3D/data/3DPW_test.json'
Please help me to solve the problem. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant