DeepCrack icon indicating copy to clipboard operation
DeepCrack copied to clipboard

two questions for training step

Open Marmar202 opened this issue 4 years ago • 3 comments

I wanted to run your code and then after that modify it to pursue my project objectives. At the training step, you had written "Before training, change the paths including "train_path"(for train_index.txt), "pretrained_path" in config.py to adapt to your environment." I can't find them in the config.py, where do you mean here to change the paths? my second question is about the datasets, I downloaded them but I don't know where to locate them? in the "Data" folder?

thanks for your response in advance

Marmar202 avatar Feb 21 '21 16:02 Marmar202

  1. path

    test_data_path = 'data/test_example.txt' train_data_path = 'data/train_example.txt' val_data_path = 'data/val_example.txt' checkpoint_path = 'DeepCrack_CT260_FT1.pth'

2.After you download the data such as CT260,place those four packages under the code folder and use the CT file as the train dataset. The author of this part has explained other questions

dys-c avatar Sep 05 '22 09:09 dys-c

@dys-c thanks

qinnzou avatar Dec 06 '22 09:12 qinnzou