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

How to run #2

Open
liutianyi00 opened this issue Sep 16, 2024 · 1 comment
Open

How to run #2

liutianyi00 opened this issue Sep 16, 2024 · 1 comment

Comments

@liutianyi00
Copy link

liutianyi00 commented Sep 16, 2024

Hi author, there is no environment configuration, dataset and run process in the documentation you have already given. Can you please help me to run your experiment properly?

@yriyazi
Copy link
Owner

yriyazi commented Sep 19, 2024

The dataset can be downloaded from one of the following sources.
https://figshare.com/articles/dataset/UCM_image_dataset/6085976
http://weegee.vision.ucmerced.edu/datasets/landuse.html

generated masks using SAM are available at
https://www.kaggle.com/datasets/yassinriayazi/ucm-masks

For running the code I recommend installing Anaconda.

in anaconda prompt
$conda create -n torch
$conda activate torch

and for installing PyTorch (Please refer to https://pytorch.org/ for further information).
$conda install pytorch torchvision torchaudio pytorch-cuda=12.4 -c pytorch -c nvidia

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