Test Question
Hi,can i help me ?
Traceback (most recent call last):
File "/home/zk/anaconda3/envs/BRCNN/Boosting-R-CNN-master/tools/test.py", line 238, in
(1) How did you compile the environment? Locally or use pip to install mmdet.
(2) Did you change the config script as:
测试问题在作者大大的帮助下,解决了这个问题,在mmdet/apis/test.py文件中把img = imshow_det_bboxes_water()整个注释掉,然后把下面的img = imshow_det_bboxes()取消注释就好了,再一次感谢作者
This bug is fixed.
测试问题在作者大大的帮助下,解决了这个问题,在mmdet/apis/test.py文件中把img = imshow_det_bboxes_water()整个注释掉,然后把下面的img = imshow_det_bboxes()取消注释就好了,再一次感谢作者