Transfer Learning of Model Alexnet for Fire Image Classification to Matlab
Written on December 1st , 2018 by nh9k- Fine-tuned a pretrained Alexnet to perform classification on a new collection of images(fire image)
- Replaced final layers which is last three layers of the pretrained network for 1000 classes
- After classification, through post processing, I detected the fire through image binary, drew a bounding box, and cropped using computer vision knowledge