DeepCrack icon indicating copy to clipboard operation
DeepCrack copied to clipboard

DeepCrack: Learning Hierarchical Convolutional Features for Crack Detection

Results 26 DeepCrack issues
Sort by recently updated
recently updated
newest added

In model.py batch, normalization was not used even though it is mentioned in the paper.

in the trainer.py file, you defined acc_op which is important for measuring accuracy. But, I found that is used in training time. So, how did you measure the F1 score...

Hi, If you want to use the sigmoid activation function in the last layer you should use this to the model.py what is the purpose of using torch. sigmoid in...

![Image](https://github.com/user-attachments/assets/d782540d-50ef-4445-9cdf-59c140e4cca2)

Hi, What is the license for this work? thanks.

I can not solve this error. Could you please tell me what could be the problem? **command** ``python train.py``` **Dir layout*** data/ ├── CrackTree │   ├── crack_plus_test_image │   ├── crack_plus_test_mask...