TSD
TSD copied to clipboard
1st place models in Google OpenImage Detection Challenge 2019
Hello, we use the command: python train.py ../configs/faster_rcnn_r152_fpn_TSD_1x.py --work_dir exp/TSD_r152/ --validate to train the network, throwing TypeError: __init__() got an unexpected keyword argument'bbox_roi_extractor' python train.py ../configs/faster_rcnn_r152_fpn_TSD_1x.py --work_dir exp/TSD_r152/ --validate 2020-07-15...
I think you shouldn't just overwrite two_stage.py. Creating a new file like tsd_two_stage.py was better. This was not friendly, it kept me unrealizing that base structure was different from typical...
I met this problem running demo/inference_demo.ipynb. It seems to be caused by a mismatch version of mmcv/mmdetection installed. It is fine if I switched back to use mmdetection config file...
Thanks for your error report and we appreciate it a lot. **Checklist** 1. I have searched related issues but cannot get the expected help. **YES** 2. The bug has not...
# Welcome update to OpenMMLab 2.0 I am Vansin, the technical operator of OpenMMLab. In September of last year, we announced the release of OpenMMLab 2.0 at the World Artificial...