shreyashampali / HOnnotate

CVPR2020. HOnnotate: A method for 3D Annotation of Hand and Object Poses
https://www.tugraz.at/index.php?id=40231
GNU General Public License v3.0
166 stars 15 forks source link

prediction error #33

Closed MY-CODE-1981 closed 8 months ago

MY-CODE-1981 commented 8 months ago

On ubuntu20.04, python3.6, cuda9.0, cudnn7, tensorflow1.12, tensorflow-gpu1.12 and GPU RTX3090, after following the installation and setup mentioned in readme, I ran "python inference_seg.py --seq 'test'. I used the given checkpoints, I don't think I'm missing anything in the readme, but the results are as the attached file. Could you please tell me about possible errors or mistakes.

00001_image 00001_prediction

MY-CODE-1981 commented 8 months ago

This was completely due to the version of the app, which was fixed by creating the following environment in docker. ubuntu16.04 cuda9.0 cudnn7.6.5 python3.5 tensorflow1.12 tensorflow-gpu1.12 If any of these are not correct, you will not be able to install DIRT and various other problems will occur.