ColorRight

Results 2 issues of ColorRight

The default configs settings could be work in the VID task((detector:faster_rcnn_dc5) , but the same error occurred when replacing other detectors without any changes such as retinanet/faster_rcnn_fpn(in _base_/models:) File "/home/ubuntu/anaconda3/envs/mmtracking/lib/python3.7/site-packages/torch/nn/modules/module.py",...

The faster_rcnn_r50_sspnet_1x_coco can be trained correctly, but when I inference the trained model then encountered the error below. inference_detector(model, imagepath) python inference_img.py /home/ubuntu/mmdetection-2.19.0/mmdet/models/builder.py:53: UserWarning: train_cfg and test_cfg is deprecated, please...