搜索资源列表
unet
- 为图像分割任务中Unet网络结构,可以自行根据需求进行修改(this is the network of Unet)
unet-master
- 用于细胞检测的神经网络代码。 使用Unet进行边缘检测。(Neural network code for cell detection. Unet is used for edge detection.)
Unet深度学习
- 使用Unet卷积神经网络实现深度学习,成功识别细胞膜的轮廓。
Unet卷积神经网络
- Python编的Unet卷积神经网络,可以用于噪声压制、边缘识别等应用,运行效率较高。
U-Net-master-python
- 论文U-Net: Convolutional Networks for Biomedical Image Segmentation的实现代码,使用Unet卷积神经网络,实现了细胞的轮廓识别。使用Python代码,keras框架。