hikvision-research / opera

A Unified Toolbox for Object Perception & Application
Apache License 2.0
149 stars 13 forks source link

How to train,test and run demo of inspose #22

Open zhaoduanlu opened 1 year ago

zhaoduanlu commented 1 year ago

Thanks for your work, I am recently studying this code, when i use CUDA_VISIBLE_DEVICES=0 bash Opera/tools/dist_train.sh Opera/configs/inspose/inspose_r50_8x4_3x_coco.py 1 to run the code, but i I met a mistake FileNotFoundError: [Errno 2] No such file or directory: '/data/configs/inspose/person_keypoints_train2017_pseudobox.json'

I don't see any information about relevant folders on github homepage,“data/configs/inspose/" Looking forward to your reply and answer

AndSonder commented 1 year ago

use python tools/train.py configs/inspose/inspose_r50_8x4_3x_coco.py and change the path of coco in the config (data_root). @zhaoduanlu