FireDetection icon indicating copy to clipboard operation
FireDetection copied to clipboard

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

Open senlin-ali opened this issue 5 years ago • 6 comments

senlin-ali avatar Mar 01 '20 16:03 senlin-ali

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.

RashadGarayev avatar Mar 01 '20 18:03 RashadGarayev

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

senlin-ali avatar Mar 02 '20 02:03 senlin-ali

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.

RashadGarayev avatar Mar 02 '20 21:03 RashadGarayev

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

tl96 avatar Nov 03 '20 03:11 tl96

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

RashadGarayev avatar Nov 07 '20 22:11 RashadGarayev

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.

RashadGarayev avatar Nov 07 '20 22:11 RashadGarayev