fire-detection-from-images
fire-detection-from-images copied to clipboard
Use smaller yolov5
Have been training with --img 416
but images are approx 285x180 pixels, meaning I have been oversized. This means the generated anchor boxes are probably also oversized
Noticed that roboflow actually stretches to 416x416 as a preprocessing step, so this might not be an issue