LaplaceSama
LaplaceSama
That's strange. I tied it out on rtx3070 too. But it kept telling me the version of my cuda was too high(The required CUDA version is 10 but mine is...
在你的环境文件里找到mmdet/evaluation/metrics,找到coco_metric.py这个文件(应该就是你报错的那个文件)。做如下修改:  这样可以保证你不报错,但是数据集标签还是对应不上。如果有人有改数据集的方法,请告诉我一声
try this command. `python image_demo.py path/to/config path/to/weights image/path/directory 'person,dog,cat' --topk 100 --threshold 0.005 --output-dir demo_outputs`
I don't understand. If you don't have bounding boxes, you are doing classification instead of detection, right?