Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everybody,
I've trained a segmentation model using YOLOv9-seg as starting point for Cloud Detection and segmentation. I've trained with and without data augmentation. 500 Epochs with a patience of 15 epochs. The data set I have used is the one used for this challenge: "" with 63255 good labelled data. which I've split 70 - 15 - 15.
The data was normalised, and the labels converted from binary mask to YOLO text format.
Despite all of this, the generated model can barely detect clouds with a probability higher than 20%, which makes the model actually not reliable. The model have specially problems with "big" clouds (covering 90% or more from the image). After a deeper data analysis, the percentage of images with high cloud coverage (cloud > 90%) is well represented in the training data set with about 46% of the images.
Is there something I am missing? or something I can do to get better accuracy while doing detection? I have to say, that when the detection is there, the segmentation works like charm.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions