wgcban / SemiCD

Revisiting Consistency Regularization for Semi-supervised Change Detection in Remote Sensing Images
https://www.wgcban.com/research#h.ar24vwqlm021
125 stars 19 forks source link

The train.py file could not be found #8

Closed yyf17 closed 1 year ago

yyf17 commented 1 year ago

Very nice work. Thanks so much for sharing your hard work. When I was training, I got an error that the train.py file could not be found. The specific error screenshot is as follows: image

Thanks!

wgcban commented 1 year ago

@yyf17 Make sure you provide correct path to the train.py or you are in the correct directory.

yyf17 commented 1 year ago

@wgcban I am using the main branch, and the train.py file cannot be found in the root directory of this branch. Here is a screenshot of my project: image

wgcban commented 1 year ago

@yyf17 my bad, i renamed the train.py to train_semicd.py.

wgcban commented 1 year ago

@yyf17 This issue is fixed now, I renamed the train_semicd.py to train.py in the main branch.