File size: 400 Bytes
5acc7ae | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"architectures": [
"DepthPolyp"
],
"model_type": "depthpolyp",
"encoder_name": "b0",
"in_channels": 3,
"num_classes": 2,
"decoder_channels": 256,
"activation": null,
"image_size": 224,
"outputs": [
"segmentation",
"depth"
],
"training_dataset": "Kvasir-SEG",
"paper": "https://arxiv.org/abs/2605.16519",
"github": "https://github.com/ReaganWu/DepthPolyp"
}
|