Cartucho
Cartucho
@omg777 Hello! So you want to change the name of one of the classes? For that, you should use the code [extra//rename_class.py](https://github.com/Cartucho/mAP/blob/master/extra/rename_class.py)
Hey, do you think you could send me a sample of your files to here: [email protected] This way I could test the code in the same conditions! :+1:
Hello, > I tested only one bbox (cat class), I set GT(bbox: 13 325 84 374) > and predicted (:cat 0.026235 49 325 84 374) In your test, the prediction...
Are you sure you are using AlexeyAB's code correctly? Yes, the difficult samples will be ignored but you need to define which ones are difficult.
This repo is doing the same as the official Pascal VOC's code for evaluating the neural nets during the previous competition. I will have a look at their codes during...
@omg777 I had a look at [this code](https://github.com/marvis/pytorch-yolo2/blob/master/scripts/voc_eval.py). Just to make sure did you ever got a result different than the 0%? You could be getting 0% due to some...
mAP is a ranking metric, so it doesn't care about the actual confidence scores but rather the ranking of those scores. Having more false positives doesn't necessarily mean you will...
Could you recompile OpenCV using WITH_QT=ON ?
@ryukinix Did it work?
@INNFINITEMINDS How did you install OpenCV? Which method? I uploaded the [question on StackOverflow](https://stackoverflow.com/questions/48808179/opencv-windows-the-library-is-compiled-without-qt-support-in-function-displayo)