Replies: 2 comments 1 reply
-
|
What do your training labels look like? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I have tried to do some data augmentation by rotating the images left and right and also made some attempts with learning rate scheduling but the results remain the same, if anyone has any idea I'm more than eager to listen and test it. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello everyone,
I have tried training a building instance segmentation model on my data but the results seem promising but with a lot of room for improvement. My raster image has 5cm GSD (Ground Sampling Distance) so its a very high-res image which I have split in 2 parts one for training and one for validation. The image is an orthophoto from a dense urban area.
I have tried training with the default parameters (as shown in the example of the documentation) and here are my results:
I have also tried training with 25 epochs but the results where almost identical if not slightly worse.
Any ideas on what to test in order to improve?
I would greatly appreciate any information that can help me understand in more depth how to improve this behavior and train more effectively.
Beta Was this translation helpful? Give feedback.
All reactions