In the future, we intend to build some standard open source models for this dataset, so that subsequent researchers can pay more attention to their own research without worrying about the difficulty of model reproduction and index issues. Please let me know what type of model you want to obtain!
Compared with the original paper, our latest experimental results have reached 81%. Therefore, there is still a lot of room for improvement in this data set. Welcome to communicate.
Please share the model and paper you want to reproduce, we can achieve it together!(Office email:[email protected])
The plan
- ResNet (18, 50, 101, 152) with (UNet, DeepLabv3+, SegNet, UperNet)
- EfficientNet family with (UNet, DeepLabv3+, SegNet, UperNet)
- ConvNext family with (UNet, DeepLabv3+, SegNet, UperNet)
- MobileNet family with (UNet, DeepLabv3+, SegNet, UperNet)
- VGG family with (UNet, DeepLabv3+, SegNet, UperNet)
- RepVGG family with (UNet, DeepLabv3+, SegNet, UperNet)
- SwinVit family
- MixVit family
- MobileViT family
Update 2023/4/4
In the new dataset, We increased the 400×400 image to fit the original paper. We zeroed out masks with less than 0.05% cracks, as we believe such small cracks are meaningless.
First of all, we would like to thank the original authors for their work, but there are certain problems in the released datasets. So, this work corrects their datasets.
Based on the provided mask data, we found the corresponding image data from the original combined dataset. All images and masks can be matched in the new dataset.
Note: All files have the suffix '.png'.
- Images(original)
- Masks(original)
- meta_data.csv(original)
- img_dir(new)
- train(new, 90%, shuffle)
- val(new, 5%, shuffle)
- test(new, 5%, shuffle)
- ann_dir(new)
- train(new, 90%, shuffle)
- val(new, 5%, shuffle)
- test(new, 5%, shuffle)
- new_meta_data.csv(new)