Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inference on FLIR video #9

Open
Pari-singh opened this issue Apr 29, 2020 · 3 comments
Open

Inference on FLIR video #9

Pari-singh opened this issue Apr 29, 2020 · 3 comments

Comments

@Pari-singh
Copy link

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
Copy link
Owner

enesozi commented Apr 29, 2020

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
Copy link

supercrazysam commented May 1, 2020

@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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants