microsoft / multiview-human-pose-estimation-pytorch

This is an official Pytorch implementation of "Cross View Fusion for 3D Human Pose Estimation, ICCV 2019".
MIT License
544 stars 89 forks source link

Error when evaluating #40

Open CheungBH opened 3 years ago

CheungBH commented 3 years ago

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 commented 3 years ago

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

SevenMoGod commented 2 years ago

I have the same problem, have you solved it?

KungZell commented 2 years ago

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