rafaelpadilla / darknet

Useful functionalities added on the original darknet public repository.
Other
36 stars 17 forks source link

Object detection using infrared camera. #9

Closed prabhu-vinayaka closed 5 years ago

prabhu-vinayaka commented 5 years ago

Hi. i have an infrared camera and can create lot of custom training images and annotation files.

Will using infrared camera files be useful to detect objects or using jpg images be useful?

Thank you.

Can we implement infrared images to detect objects in yolo framework?

rafaelpadilla commented 5 years ago

Dear @VinayakaPrabhu ,

Extra information such as signals coming from infrared spectrum may help object detectors.

There are public available datasets such as LSI Far Infrared Pedestrian Dataset and Thermal Infrared Dataset that contain NIR and FIR images. You could search for works that use not only those, but other datasets for object detection and get deeper on the subject.

I have never gone deep on YOLO being used with infrared images, but maybe this and this work might enlighten you a little.

Regards, Rafael