Kaiwen Duan
Kaiwen Duan
@WuChannn Comment out line 147 in test/coco.py
@WuChannn 1.'top_k' maybe too small. 2. how much iter does your model train? 3.. the class number in your own dataset should start from 1. 4. modify some codes in...
@WuChannn Oh,I see
@WuChannn 'kp_detection' is just a function name in sample/coco.py, ‘kp_categories’ is not used, you can delete it. 'db.class_name' is defined in db/coco.py, you can step through each line of code...
@ACbccc 200 iterations is too short
Can I see your full log?
@Troy0425 Great!
sorry, the trained models are temporarily unavailable
@kklots add coco_lsvr.py to code/configs/_base_/datasets, modify coco.py at code/mmdet/datasets and loading.py and transforms.py at code/mmdet/datasets/pipelines
what's your pytorch version?