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

missing: 3d-pose-baseline/src/../data/h36m/metadata.xml' #21

Open
benjaminabruzzo opened this issue May 7, 2021 · 1 comment
Open

Comments

@benjaminabruzzo
Copy link

Trying to get the pre-trained model to run, but this config seems to be missing.

Traceback (most recent call last):
File "src/predict_3dpose.py", line 524, in
tf.compat.v1.app.run()
File "/home/benjamin/anaconda3/envs/tf/lib/python3.7/site-packages/tensorflow/python/platform/app.py", line 40, in run
_run(main=main, argv=argv, flags_parser=_parse_flags_tolerate_undef)
File "/home/benjamin/anaconda3/envs/tf/lib/python3.7/site-packages/absl/app.py", line 303, in run
_run_main(main, args)
File "/home/benjamin/anaconda3/envs/tf/lib/python3.7/site-packages/absl/app.py", line 251, in _run_main
sys.exit(main(argv))
File "src/predict_3dpose.py", line 519, in main
sample()
File "src/predict_3dpose.py", line 397, in sample
rcams = cameras.load_cameras(os.path.join(this_file, "..", FLAGS.cameras_path), SUBJECT_IDS)
File "/home/benjamin/reverie/pose3d/3d-pose-baseline/src/cameras.py", line 162, in load_cameras
xmldoc = minidom.parse(bpath)
File "/home/benjamin/anaconda3/envs/tf/lib/python3.7/xml/dom/minidom.py", line 1958, in parse
return expatbuilder.parse(file)
File "/home/benjamin/anaconda3/envs/tf/lib/python3.7/xml/dom/expatbuilder.py", line 910, in parse
with open(file, 'rb') as fp:
FileNotFoundError: [Errno 2] No such file or directory: '/home/benjamin/3d-pose-baseline/src/../data/h36m/metadata.xml'

@Pan-Mengyu
Copy link

you can download the code-v1.2.zip file in http://vision.imar.ro/human3.6m/, unzip it, and copy the metadata.xml file under data/h36m/

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

2 participants