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

Steps to implement code #2

Open
NakitaOza opened this issue Feb 21, 2022 · 3 comments
Open

Steps to implement code #2

NakitaOza opened this issue Feb 21, 2022 · 3 comments

Comments

@NakitaOza
Copy link

Hi! I read your paper and the results are very promising! I am currently pursuing my master thesis in the same field of cloud detection. I see that you have uploaded some training code in this repository. I would like to reproduce these results. I did not find any evaluation/testing function. Is there some where wherein I can input images to the 'trained' algorithm and see the results of masking on the given input files?

@Neooolee
Copy link
Owner

The evaluation/testing process is the same as other semantic segmentation algorithms such as U-Net. Just need to replace the algorithm code (one line) with our code and loading the pre-trained model. Then run the evaluation/testing code as you do with U-Net.

@ludongxing
Copy link

hello! Is there any detailed description of the procedure execution order??please

@Neooolee
Copy link
Owner

Just replace the file path in Autoprocess.py, then run Autoprocess.py.

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

3 participants