DeepCrack
DeepCrack copied to clipboard
DeepCrack: Learning Hierarchical Convolutional Features for Crack Detection
I'm trying to test the pre-trained model on some images. What is the input of the model in test_index.txt? The path in train_example.txt is like: /home/yueyuanhao/deepcrack/data/CrackTree/crack_train_image/6192_rot0_crop1_mirror0.jpg /home/yueyuanhao/deepcrack/data/CrackTree/crack_train_mask/6192_rot0_crop1_mirror0.png Do we need...
hi, i recently tried to run DeepCrack to identify my target, but i faced some problem. The error message is shown below. i think it seems like it didn't read...
In the paper, it is mentioned that adding a sigmoid to the feature map output by the network can convert the feature map into a crack prediction graph. Then I...
Hi, I'd like to know whether the cracks are annotated as lines (e.g polyline in ESRI ArcGIS) or polygons. It seems that some thin cracks are unsuitable to be annotated...
我们也在做相关的研究,您给的预训练模型无法达到您的最佳结果。所以我们希望可以获得你们在测试集上的最佳结果用于方法之间的对比。谢谢。
hi, I saw a error in val_op when calculate the loss, you take loss devided by cfg.train_batch_size(which is defined as 8 in cfg), but this step is calculate the validation...
I don't know why I encountered this kind of problem. I checked the code and found that there is no code related to socket. Is it because the communication between...
could you tell me what is your label tool?
您给的数据集出现的图片出现不同的size,请问需要自己加resize的代码吗?我加了跑出来结果和您的的差得挺多!
If I set the ground-truth pixel of the crack to be thicker than 1px, can the crack detected in the test get 1px or more?