You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STCNet: Spatio-Temporal Cross Network for Industrial Smoke Detection
Overview
This is the implementation of the model proposed in [1].
Please refer to Caoyichao/STCNet for the repo given by the author of [1]. Note that, by the time I shared my code, the authors of [1] have not made their implementation available. I shared the code for research study only.
The result (the F-score on testing dataset) I got tally with the one shown in [1], which indicates the correctness of the implementation of this repo.
The data we used is given by [2]. I used and modified part of the code in CMU-CREATE-Lab/deep-smoke-machine for downloading and pre-processing data.
Main Dependencies
PyTorch. The version I used was 1.9.0a0+git1fca154. Please note that the stable version 1.9.0 has been available by the time I shared this repo. The version of 1.9.0 should be better.
Usage
Download and pre-process data (videos with 320 by 320 resolutions)
bash data_preprocess.sh 320
Training and validating (e.g., using GPU 0). The tensorboard log, prediction outputs (on validation data), and the trained model will be saved.
[1] Y. Cao, Q. Tang, X. Lu, F. Li, and J. Cao, “STCNet: Spatio-Temporal Cross Network for Industrial Smoke Detection,”arXiv preprintarXiv:2011.04863, 2020.
[2] Y.-C. Hsu, T.-H. K. Huang, T.-Y. Hu, P. Dille, S. Prendi, R. Hoffman, A. Tsuhlares, J. Pachuta, R. Sargent, and I. Nourbakhsh, “Project RISE: Recognizing Industrial Smoke Emissions,” in Proc. of AAAI, 2021.
About
STCNet: Spatio-Temporal Cross Network for Industrial Smoke Detection