robmarkcole / fire-detection-from-images

Detect fire in images using neural nets
MIT License
379 stars 75 forks source link

Use smaller yolov5 #35

Open robmarkcole opened 2 years ago

robmarkcole commented 2 years ago

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

robmarkcole commented 2 years ago

Noticed that roboflow actually stretches to 416x416 as a preprocessing step, so this might not be an issue