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

Error when evaluating #40

Open
CheungBH opened this issue Jun 15, 2021 · 3 comments
Open

Error when evaluating #40

CheungBH opened this issue Jun 15, 2021 · 3 comments

Comments

@CheungBH
Copy link

Hello. I am training 3d pose model with
python run/pose3d/estimate_cuda.py --cfg experiments-local/mixed/resnet50/256_fusion.yaml (GPU Version)
, but I obtained an error:

Traceback (most recent call last):
File "/media/hkuit155/Windows/research/multiview-human-pose-estimation-pytorch/run/pose3d/estimate_cuda.py", line 120, in
main()
File "/media/hkuit155/Windows/research/multiview-human-pose-estimation-pytorch/run/pose3d/estimate_cuda.py", line 64, in main
all_heatmaps = h5py.File(prediction_path)['heatmaps']
File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "/home/hkuit155/.local/lib/python3.6/site-packages/h5py/_hl/group.py", line 264, in getitem
oid = h5o.open(self.id, self._e(name), lapl=self._lapl)
File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "h5py/h5o.pyx", line 190, in h5py.h5o.open
KeyError: "Unable to open object (object 'heatmaps' doesn't exist)"

I wonder how to fix it?

@CheungBH CheungBH changed the title Error when training Error when evaluating Jul 8, 2021
@CheungBH
Copy link
Author

CheungBH commented Jul 8, 2021

Also, I also wonder that whether the training code of 3d pose will be released?

@SevenMoGod
Copy link

I have the same problem, have you solved it?

@KungZell
Copy link

KungZell commented Apr 7, 2022

hello I met the same problem , Has this problem been solved?

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

3 participants