文件名称:deepvesselnet:DeepVesselNet深度学习网络的实施
文件大小:16KB
文件格式:ZIP
更新时间:2024-06-13 02:43:22
Python
#Dependencies 凯拉斯 tensorflow / theano作为keras的后端(推荐使用tensoflow) 斯克莱恩 麻木 #Installation python setup.py install #用法 from dvn import FCN, VNET, UNET # import libraries net = FCN() # create the network object (You can replace FCN with VNET or UNET), # there is a 'dim' parameter which takes the values 2, or 3 to build 2D or 3D versions of the networks (Defau
【文件预览】:
deepvesselnet-master
----example.py(541B)
----dvn()
--------utils.py(8KB)
--------metrics.py(1KB)
--------misc.py(277B)
--------fcn.py(5KB)
--------losses.py(3KB)
--------__init__.py(195B)
--------vnet.py(10KB)
--------layers.py(5KB)
--------net.py(7KB)
--------unet.py(9KB)
----requirements.txt(57B)
----setup.py(326B)
----.gitignore(6B)
----README.md(1KB)