Richard Zhang
Results
3
comments of
Richard Zhang
The same problem. However, I once install the model successfully but when I use the model today, I found the problem again and can not solve it.
The problem solved but I did nothing. It recovers.
Hi,I met the same problem. Have you solved it? > ``` > model = init_detector(cfg, checkpoint) > result = inference_detector(model, img) > ``` > > 这里result每个类别的框数都是几百个,但是置信度并不高 > ``` > model...