ShirleyMaxx/VirtualMarker

Missing configuration file

Closed this issue · 2 comments

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?

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.

Already solved, thank you very much