Skip to content
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

other dataset #20

Open
xbysq opened this issue Feb 25, 2023 · 6 comments
Open

other dataset #20

xbysq opened this issue Feb 25, 2023 · 6 comments

Comments

@xbysq
Copy link

xbysq commented Feb 25, 2023

Hello, I tried to test your proposed model on the Landsat-SCD dataset, but it didn't work well, I tried making the following changes:
num_classes = 5
ST_COLORMAP = [[255,255,255], [128,128,128], [130,87,87], [255,0,0], [0,0,255]]
ST_CLASSES = ['unchanged', 'farmland', 'desert', 'building', 'water']
The above modifications occur in : ./ datasets/RS_ST.py.
I don't know if you have done experiments on this dataset, can you give me a little comment?

@ggsDing
Copy link
Owner

ggsDing commented Feb 25, 2023

Yes, I have run experiments on this dataset. Please refer to the paper in this repository

@xbysq
Copy link
Author

xbysq commented Mar 16, 2023

Hello, I followed your part of the work, but the results of my training with Bi-SRNet are not very good, mIoU is only 81, did you make other parameter adjustments?

@ggsDing
Copy link
Owner

ggsDing commented Mar 20, 2023

In the published paper the highest mIoU is 73.41. Did you do experiments with your own settings?

@xbysq
Copy link
Author

xbysq commented Mar 20, 2023

In the published paper the highest mIoU is 73.41. Did you do experiments with your own settings?

Maybe I didn't make it clear what I meant, but I was talking about experiments on the Landsat dataset.

@xbysq
Copy link
Author

xbysq commented Mar 20, 2023

In the published paper the highest mIoU is 73.41. Did you do experiments with your own settings?

Maybe I didn't make it clear what I meant, but I was talking about experiments on the Landsat dataset.

In the dataset mentioned in another work you gave, I found that the results of your training are very good, and I would like to ask if you have made some parameter adjustments.

@ggsDing
Copy link
Owner

ggsDing commented Mar 20, 2023

In the published paper the highest mIoU is 73.41. Did you do experiments with your own settings?

Maybe I didn't make it clear what I meant, but I was talking about experiments on the Landsat dataset.

In the dataset mentioned in another work you gave, I found that the results of your training are very good, and I would like to ask if you have made some parameter adjustments.

Please discuss under the SCanNet repository. The code will be made available soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants