How to train with a dataset similar to Cityscapes #671
Unanswered
chandlerbing65nm
asked this question in
General
Replies: 2 comments 2 replies
-
You can try MAE with your datasets, which is a baseline method recently on ImageNet, but not sure about the performance on your own remote sensing dataset. |
Beta Was this translation helpful? Give feedback.
2 replies
-
It also says here that I can use Does it mean that I can use multi-band images (remote sensing)? For example, image with 4 channels |
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.
-
Is there a way to train self-supervised models here with a dataset similar to Cityscapes?
Below is an example of Cityscapes dataset. The right image is train image and the left is the annotation.
I have RGD remote sensing dataset formatted similar to this where there are training and annotation folder, usually used for semantic segmentation. However, I wanted to train it first in self-supervised method before doing the actual segmentation training in mmsegmentation.
Beta Was this translation helpful? Give feedback.
All reactions