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