-
Notifications
You must be signed in to change notification settings - Fork 1
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 the csv file #1
Comments
https://www.isprs.org/education/benchmarks/UrbanSemLab/default.aspx Here is the download link for the dataset. |
the csv file should look like this: label_file tiles dsm ndsm |
You can adapt it to any dataset, by loading all all the images and doing some preprocessing on them. Use the DataLoader object to which is used later in the training. |
Thanks for your kind response. That really helps a lot!
------------------ Original ------------------
From: "Olivier Charrez";
Date: 2022年3月28日(星期一) 晚上9:04
To: "KookaS/GSUnet";
Cc: "黄蔚鸿"; "Author";
Subject: Re: [KookaS/GSUnet] about the csv file (Issue #1)
You can adapt it to any dataset, by loading all all the images and doing some preprocessing on them. Use the DataLoader object to which is used later in the training.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I found in your code that a csv named 'fileList.csv' is provided in the data loading process, but I cannot well understand it.
It might sound silly but I'm just wondering if you could kindly offer some description of this file. Is it organized by refering the test image's file name to the label image's file name?
best wishes : )
The text was updated successfully, but these errors were encountered: