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
I noticed Pyronear moved from a ResNext model for image classification to a YOLOv5 model for image detection (at least for training !). Similarly, I mainly found two ways to deal with early wildfire detection in the scientific literature :
use a detection to directly detect smoke on the full image, for instance Yazdi et al., 2022
Why did you choose to move from classification to detection ? Do you have experiments showing detection models are more accurate or is it a matter of runtime / accuracy tradeoff ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I noticed Pyronear moved from a ResNext model for image classification to a YOLOv5 model for image detection (at least for training !). Similarly, I mainly found two ways to deal with early wildfire detection in the scientific literature :
Why did you choose to move from classification to detection ? Do you have experiments showing detection models are more accurate or is it a matter of runtime / accuracy tradeoff ?
Thanks,
Simon
Beta Was this translation helpful? Give feedback.
All reactions