Cartucho
Cartucho
Are you sure you have `OpenCV` and `matplotlib` installed? In the readme: [prerequisites](https://github.com/Cartucho/mAP#prerequisites) Open the terminal and run the following commands: ``` python -mpip install -U pip python -mpip install...
@matteobarbieri I checked and the results seem correct (if add the images there it will a lot easier for you to understand why). For example, let's use the `contact` in...
No problem! I am trying to address all the issues but there are too many people and I am the only one coding haha, let me know if you have...
Good question, can you please try it on matlab an see if you also get 0.5?
Hello, since we are using Python we can use PIL's text drawing function: `draw.text((0, 0), unicode("áéőúöüóí","utf-8"), font=font, fill=(255,255,255))` Could you give it a try?
Hello, sorry for the late response. I have never seen this error before. However I am currently restructuring the full code hopefully it will fix this as well.
Hello, Firstly, I would be using a larger validation/test set (you are currently using 1%, I would be using at least 10%). And make sure that the test and training...
Hello! This was defined in the official PASCAL VOC competition's code. If you want I can send you a screenshot of the code. Why they did this? I am not...
Hello @FilippoVannella ! Yes, it does not affect the final score. The idea is that if put the threshold to zero you would get an infinite number of detections and...
The argument `--gt` expects an annotation file for the grounding truth in the format documented in https://github.com/qqwweee/keras-yolo3#training