-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About Reproducing Training of Remote Sensing Semantic Segmentation Models #4
Comments
The original Potsdam image is large, so it is needed to be clipped to patches. For preparing the Potsdam dataset, you can refer to https://github.com/open-mmlab/mmsegmentation/blob/master/docs/en/dataset_prepare.md#prepare-datasets. Note there are some differences. We use '3_Ortho_IRRG.zip' and '5_Labels_all.zip'. For reproduction, we have provided the command lines, config files, training logs, and saved model weights in the readme.md of https://github.com/ViTAE-Transformer/ViTAE-Transformer-Remote-Sensing/tree/main/Semantic%20Segmentation. As I know, the default mmsegmentation adopts the distributed training. It doesn't affect the final result. |
Thank you, I have a try as you say. Hope to see the amazing results. your jop is very meaning. |
I tried the proiect in the windows, not in the linux, Did you have a try in the windows?It semms to be the problem about the path '\' in windows '/' in the linux, except the problem, I am not sure if there will have other problems between the difference in th windows and linux system, do you have a project with the windows edition? |
This comment was marked as abuse.
This comment was marked as abuse.
(rs) C:\Users\ly\PycharmProjects\ViTAE-Transformer-Remote-Sensing-main\Semantic Segmentation>python tools\test.py configs\swin\upernet_swin_tiny_patch4_window7_512x512_80k_potsdam.py --show-dir data\te I directly adjusted the configuration file according to the file structure of my computer under the windows system: configs, I used the pre-trained model you uploaded for the inference test, the above error occurred, and there are some problems. I don't know how to fix the problem? I need your help very much, thank you very much, there may be trouble in the future, and I am trying to reproduce the whole project myself. thank you very much |
Sorry, we have not tried it on the windows yet. I think you can try “\\" in shell, but I'm not sure whether it works If the path is in python, you can try r'C:\Users\ly\PycharmProjects\xxxx' Also, you can search for similar problems in the mmsegmentation issue. |
(rs) C:\Users\ly\PycharmProjects\ViTAE-Transformer-Remote-Sensing-main\Semantic Segmentation>python tools\test.py configs\swin\upernet_swin_tiny_patch4_window7_512x512_80k_potsdam.py --show-dir data\test\ (rs) C:\Users\ly\PycharmProjects\ViTAE-Transformer-Remote-Sensing-main\Semantic Segmentation> I tried,have the problem ,can you have a look ,thanks, I do not knows why I clone the project , swin is not in the models registry? very thanks if you know the reason, tell me how to solve the problem |
I know I miss the .pth file |
'swin' is already contained in |
Hello, I am interested in the remote sensing semantic segmentation of this project. I have downloaded all the relevant Potsdam datasets and configured the program running environment, but the reproduction steps of the entire training are still unclear. The downloaded public datasets Whether preprocessing is required, images and label images need to be cut into small pieces. If you don't do distributed training, you can simply remove the distributed settings when training on one card. Do you have a more detailed description of the training steps? The description of the training parameter configuration config file allows us to reproduce the model training. Thank you.
The text was updated successfully, but these errors were encountered: