RashadGarayev / FireDetection

FireDetection is an artificial intelligence project for real-time fire detection and custom images.
MIT License
23 stars 7 forks source link

There is no objectdetection folder and i run the demo ,if there is no smoke or fire ,it will be wrong #1

Open senlin-ali opened 4 years ago

RashadGarayev commented 4 years ago

Please install this https://github.com/tensorflow/models .And read installation.clone this project and add all file,folder to tensorflow/models/tree/master/research/object_detection/ folder .after run python3 object-detection-webcam.py file.

senlin-ali commented 4 years ago

Thanku very much!! I saw this paper before and i want to know if this can detect fire images and fire coloured objects correctly

RashadGarayev commented 4 years ago

Thank you.This model trained Faster Rcnn inseption-pets ,tested-never fails. Simply using tensorflow object detection api you can assign objects with your own models instead of native ssd, mask rcnn object detection model or other.

tl96 commented 3 years ago

export_inference_graph.py this file not found,hope to answer,Tanks

RashadGarayev commented 3 years ago

export_inference_graph.py this file not found,hope to answer,Tanks I added that file to a folder

RashadGarayev commented 3 years ago

Thanku very much!! I saw this paper before and i want to know if this can detect fire images and fire coloured objects correctly

Yes, you can use it easily. Only some light areas can be recognized as fire. You can use segmentation, which is a more ideal tool for this.