This repository has been archived by the owner on Aug 11, 2023. It is now read-only.
forked from hunglc007/tensorflow-yolov4-tflite
-
Notifications
You must be signed in to change notification settings - Fork 75
bug ghost detections while using yolov4-tiny-relu #52
Labels
Comments
fogelton
changed the title
bug while using yolov4-tiny-relu
bug ghost detections while using yolov4-tiny-relu
Jan 4, 2021
What is your yolov4 version? |
I do not know. if you share the latest weights with me, I can test it again. |
python3 -m pip show yolov4 |
i was using 2.0.0 after updating to 2.0.2, the ghosts are still there |
Update host and edgetpu to 2.0.2, then make an int8-tflite and compile the tflite with -a option. If there are still ghosts, it might be a problem during the quantization process. |
I checked with the new version, reexported the model, the ghosts are still there. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I encountered one bug while using the detector over video. I detects 'ghosts'. I noticed that it draw bounding boxes where people are not present. maybe it is something with the conversion to bounding boxes and it puts another for larger objects on wrong locations... or something with anchors.
It can be clearly see that the ghost detection follow large objects lower within the image.
Probably you can find out from the data I attach
debugging.zip
You can see 3 ghosts detections on the images in zip file, I also attach the output of the network, the candidates before and after postprocessing and also the predicted bounding boxes as pickle
so you can find the bug
if you need any further assistance from me, it will be my pleasure
ps: sorry for not doing the pull request I was on holiday
The text was updated successfully, but these errors were encountered: