FireNET icon indicating copy to clipboard operation
FireNET copied to clipboard

A deep learning model for detecting fire in video and camera streams

Results 16 FireNET issues
Sort by recently updated
recently updated
newest added

Hi, i have a queation about how to reduce false positive rate? For in real world applications, there would be many fire like scenarios. I know adding negative samples to...

Thank you so much for the great contribution. I'm working on a smart fire fighting sprinkler that would direct water exactly to the burning area after the detection of fire...

I cannot get the fire_net.py to work. some package is always the wrong version, causing some missing function or module. So can you specify a working **combination** of versions of...

how to test the program? I run with the command `python3 fire_net.py` it showed illegal instruction(core dumped). Does my Computer doesn't support or doesn't have any configuration?

Using the current data set with https://github.com/johnolafenwa/deepstack-trainer results in error `No labels found in /content/fire-dataset/train/labels.cache. Can not train without labels` I believe due to the dataset being in Pascal VOC...

Hi thanks for sharing. i have perform a training using the code (with the directory change to reflect the actual position of the dataset) but i encountered.. Please use Model.fit,...

Request addition to readme of performance metrics of the final model. Based on the model name `detection_model-ex-33--loss-4.97.h5` I would guess this is the 33rd iteration of the model? Cheers!

Hello, thank you very much for contribution how can i use this in real time videos for fire detection? And also, how can i train and model the scenario and...

你好,我开源了1个火灾检测数据集。数据是我自己爬虫得到的,并采用labelimg标注。目前想将您的数据合并到我的数据集上,我会在github上引用您的链接,请问可以么? Hello, I open sourced a fire detection data set. The data was obtained by my own crawler and marked with labelimg. I currently want to merge your data into...

First of all, I want to thank you for sharing this code. When I compile the code, I face 2 errors in detector.loadModel() The main function is this : detection_model_json...