ShirleyMaxx / VirtualMarker

[CVPR 2023] Offical Pytorch implementation of "3D Human Mesh Estimation from Virtual Markers"
Apache License 2.0
257 stars 27 forks source link

Missing configuration file #20

Closed xiaoTan12 closed 7 months ago

xiaoTan12 commented 9 months ago

Traceback (most recent call last): File "main/inference.py", line 355, in main(args) File "main/inference.py", line 337, in main detection_all, max_person, valid_frame_idx_all = detect_all_persons(args, img_dir) File "main/inference.py", line 226, in detect_all_persons det_update_config(f'{virtualpose_name}/configs/images/images_inference.yaml') File "/data/tx/VirtualPose/virtualpose/core/config.py", line 224, in update_config with open(config_file) as f: FileNotFoundError: [Errno 2] No such file or directory: 'VirtualPose/configs/images/images_inference.yaml' I ran into this problem at runtime please what can I do to fix it?

ShirleyMaxx commented 8 months ago

Hi, It seems like the error is indicating that VirtualPose hasn't been cloned and installed correctly. Please refer to the QuickDemo section in the readme to ensure VirtualPose is installed properly.

xiaoTan12 commented 7 months ago

Already solved, thank you very much