tf2_Segmentation:由Tensorflow 2实现的分段框架

时间:2024-04-18 20:32:13
【文件属性】:

文件名称:tf2_Segmentation:由Tensorflow 2实现的分段框架

文件大小:25KB

文件格式:ZIP

更新时间:2024-04-18 20:32:13

Python

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
----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)
--------unet_model.py(4KB)
----metrics()
--------__init__.py(75B)
--------metrics.py(972B)
----losses()
--------__init__.py(228B)
--------losses.py(3KB)
----requirements.txt(88B)
----README.md(21KB)
----.gitignore(37B)

网友评论