NLDF-pytorch icon indicating copy to clipboard operation
NLDF-pytorch copied to clipboard

training set and testing set in ECSSD

Open wangletian11 opened this issue 6 years ago • 5 comments

I choose 700 pictures as training set and 300 pictures as testing set in ECSSD, however, the results are "average mae: 0.0858, max fmeasure: 0.8757", which has a large difference. Can you tell me how to choose training set and testing set correctly?

wangletian11 avatar Apr 08 '19 11:04 wangletian11

The ECSSD dataset have already divided the train, val and test.

if you want to train on ECSSD please using follow lines: https://github.com/AceCoooool/NLDF-pytorch/blob/7c4a5dddab277c6136378e1592ef7c287b60d314/main.py#L40

AceCoooool avatar Apr 08 '19 12:04 AceCoooool

when I download ECSSD, why it does not divided into the train, val and test?

wangletian11 avatar Apr 08 '19 13:04 wangletian11

BaiDuYun:链接: https://pan.baidu.com/s/1_K-uCyS3yETzTxfnZNz3Aw 提取码: w4gq

I am not sure whether it's divided by myself ? (I do not update this resposity for a long time, I am sorry)

AceCoooool avatar Apr 08 '19 13:04 AceCoooool

thank you very much!

wangletian11 avatar Apr 08 '19 14:04 wangletian11

Besides, " python main.py --mode='test', --test_path='you_data' --test_label='your_label' --batch_size=1 --model='your_trained_model' " the comma after 'test' should be erased.

wangletian11 avatar Apr 09 '19 03:04 wangletian11