RS-CSU / MemoryAdaptNet-master

29 stars 1 forks source link

Hi, I don't know how to process datasets #2

Open yuheyuan opened 1 year ago

yuheyuan commented 1 year ago

I the datasets download. But I find it's format dose not meet your code


IMAGE_DIRECTORY = "./dataset/potsdam/train_img_512_1_ori"
LABEL_DIRECTORY = "./dataset/potsdam/train_lab_512_ori"

IMAGE_DIRECTORY_TARGET = "./data/vaihingen/train_img_512"
LABEL_DIRECTORY_TARGET = "./data/vaihingen/train_lab_512"
VAL_IMAGE_DIRECTORY_TARGET = "./data/vaihingen/val_img_512"
VAL_LABEL_DIRECTORY_TARGET = "./data/vaihingen/val_lab_512"

here code in your test_p2v_v3_1.py. The datasets I download. the Vaihingen I download. The format is it.

3DLabeling
ALS
DSM
dsm_09cm_matching_area11.tif
Images
ISPRS_semantic_labeing_Vaihingen_ground_truth_eroded_for_participants.zip
ISPRS_semantic_labeling_Vaihingen_ground_truth_COMPLETE.zip
ISPRS_semantic_labeling_Vaihingen_ground_truth_eroded_COMPLETE.zip
ISPRS_semantic_labeling_Vaihingen.zip
Ortho
Overview_Vaihingen_DMC.pdf
Reference_3d_reconstruction
Reference_object_detection
Vaihingen_dsm_tiles_geoinfo.zip

I think you may do some data process. I don't know how to change them to meet the correct format. If possible, I hope you can release your data process code. Thank you

ghost89757 commented 11 months ago

s download. But I find it's format dose not meet your code

Have you solved the problem?I don't know if my data processing is the same as the author's

pingyang97 commented 9 months ago

Have you solved the problem?I don't know if my data processing is the same as the author's