-
Hi, I'm looking for polyp segmentation datasets. However I can't download the one on this competition. Do you know how to download it ? Thanks a lot.
-
前辈,您好!我想请问一下您的 EFANet 目前哪里可以找到?我看您的论文(Edge-aware Feature Aggregation Network for Polyp Segmentation)上标注的地址是这里,但是打开链接之后却是404
-
Hi,
I'm loking for SFA's code,
but you deleted repo,
can you share SFA'code?
-
Hi, thanks for the great work. However, the link (https://www.synapse.org/#!Synapse:syn26376620.1) provided in the paper [1] is invalid. Can you help me?
[1] Sharib Ali etl. PolypGen: A multi-cent…
-
Do you multiple the ASSD and HD95 by 100 when you report the results
-
Hello, can you provide the function to calculate Dice and Iou in the code, these evaluation indicators are very important in semantic segmentation.
-
When I train polyp datasets, the error occured, logs as before:
```
10 epochs, 1002 itertations each.
0%| | 0/10 [00:00
-
My output is all white, except for a little black in the top left corner, do you know what that's for?Looking forward to your reply!
-
Hi~please help me figure out some questions.
1. i found that " python3 train2d.py --task refuge --ds train,valid,test --split all --maxiter 10000 --net unet-scratch "
should be " --task fundus…
-
**Dataset.py**
``
import os #for accessing the file system of the system
import random
from skimage import io
from skimage.transform import resize
import numpy as np
import tensorflow as tf
…