enesozi / object-detection

Object detection on thermal images(FLIR dataset)
MIT License
90 stars 26 forks source link

Inference on FLIR video #9

Open Pari-singh opened 4 years ago

Pari-singh commented 4 years ago

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!

enesozi commented 4 years ago

Hi, No, I didn't try that, yet, I'd expect the model to detect objects since it has already seen some of the frames during training.

supercrazysam commented 4 years ago

@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.

nkhan076 commented 2 years ago

Hi,

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.