Shimingyi / MotioNet

A deep neural network that directly reconstructs the motion of a 3D human skeleton from monocular video [ToG 2020]
https://rubbly.cn/publications/motioNet/
BSD 2-Clause "Simplified" License
559 stars 83 forks source link

Missing heatmap_utils in utils? #3

Closed eric-cornellvel closed 3 years ago

eric-cornellvel commented 3 years ago

Thank you for making this amazing project available.

I have encountered the error when I tried to run the evaluate.py script either on h36m or wild video demo.

`File "evaluate.py", line 7, in import model.model as models File "/content/MotioNet/model/model.py", line 9, in from model import model_zoo File "/content/MotioNet/model/model_zoo.py", line 7, in from utils import heatmap_utils ImportError: cannot import name 'heatmap_utils' i

I check the utils folder and it seems it doesn't include the heatmap_utils file.

Shimingyi commented 3 years ago

Thanks for the feedback, I removed it already.