You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if you have tried running inference on the frames of FLIR thermal video. I tried doing that using my trained weights and also yours, and for some reason, none of the weights are able to detect anything.
Wanted to know if someone had a success with your trained weights. Thanks!
The text was updated successfully, but these errors were encountered:
@Pari-singh I encountered the same situation, the variable "detections" returned from "darknet.detect_image()" seems to always be a empty array (Not None) with zero length.
I am facing same kind of problem. I tried to predict the objects on single images from both the train and testing dataset of FLIR. But unfortunately, prediction image is not showing any detection. I checked the number of detection boxes, it shows a large number 2750(!), but no boxes are drawn on the predicted image. If anyone can help, that will be really great.
Hi @enesozi,
I was wondering if you have tried running inference on the frames of FLIR thermal video. I tried doing that using my trained weights and also yours, and for some reason, none of the weights are able to detect anything.
Wanted to know if someone had a success with your trained weights. Thanks!
The text was updated successfully, but these errors were encountered: