tf2_Segmentation:由Tensorflow 2实现的分段框架 源码
tf2_Segmentation 这是由Tensorflow 2.x实现的图像分割框架。 这个框架中有U-Net,DeepLabV3,BESNet。 U-Net:Olaf Ronneberger,Philipp Fischer,Thomas Brox的卷积网络用于生物医学图像分割( )。 DeepLabV3:重新思考Atrous卷积用于语义图像分割,作者Liang-Chieh Chen,George Papandreou,Florian Schroff,Hartwig Adam( )。 BESNet:Hirohisa Oda,Holger R. Roth等在组织病理学图像中对细胞的边界增强分割。 ( )。 目录 用法 克隆或下载 在终端中使用以下命令进行git clone: git clone https://github.com/samson6460/tf2_Segment
文件列表
tf2_Segmentation-master.zip
(预估有个15文件)
tf2_Segmentation-master
utils
data_processing.py
15KB
measurement.py
5KB
__init__.py
543B
tools.py
5KB
models
deep_lab_model.py
24KB
__init__.py
1KB
besnet_model.py
10KB
暂无评论