ViTAE-Transformer / Remote-Sensing-RVSA

The official repo for [TGRS'22] "Advancing Plain Vision Transformer Towards Remote Sensing Foundation Model"
MIT License
417 stars 32 forks source link

Examples of train_labels.txt and valid_labels.txt files #15

Closed nice7875 closed 1 year ago

nice7875 commented 1 year ago

Hello, if it is possible could you provide an example of nengtrain_labels.txt and valid_labels.txt files in Classification. I can't find the previous version mentioned in Readme.

Thank you very much.

DotWang commented 1 year ago

@nice7875 for unsupervised pretraining, you only need to record the filename, as readme says

The example can be found in https://github.com/ViTAE-Transformer/RSP/blob/main/Scene Recognition/README.md

nice7875 commented 1 year ago

Oh, I found it. Thank you for your response.