kasvii / PMCE

[ICCV 2023] PyTorch Implementation of "Co-Evolution of Pose and Mesh for 3D Human Body Estimation from Video"
https://kasvii.github.io/PMCE
MIT License
145 stars 5 forks source link

the import libraries should be well-organized #5

Closed zhixuanli closed 9 months ago

zhixuanli commented 9 months ago

Hi, thanks for your well work and your open-source code.

I have download the code and opened in PyCharm. However, the codes in the head of many files for import is not correct. Such as in train.py:

from funcs_utils import save_checkpoint, check_data_pararell, count_parameters
from core.config import cfg, update_config

And these import cannot be recognized. If I add the lib. in front of each line, it will work. These problems are so many. Could it be work normally? I cannot verify by training now, since the download speed from OneDrive is too slow. Therefore, my second request is could you please add a share link from AliyunPan.

Thanks again for your code!

kasvii commented 9 months ago
  1. Yes, it can work since the libraries have been import here. As I know, some people have successfully reproduced it. Please check you run the code under ./PMCE if using the terminal or check your path includes ./PMCE if you using the debug mode.
  2. It's a good idea. Once I upload it, I will tell you. And please wait maybe a week.
zhixuanli commented 9 months ago

Thanks for your nice response : )

kasvii commented 9 months ago

Hello, the Aliyun link is https://www.aliyundrive.com/s/FbS9EYuJU9h.

zhixuanli commented 9 months ago

Thanks for your sharing!