Skip to content

Easiest Fully Convolutional Networks

Notifications You must be signed in to change notification settings

shanyiWang/FCN-pytorch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

训练

安装

pip3 install -r requirements.txt

数据集

701_StillsRaw_full.zip 下载链接: http://web4.cs.ucl.ac.uk/staff/g.brostow/MotionSegRecData/files/701_StillsRaw_full.zip

LabeledApproved_full 下载链接: http://mi.eng.cam.ac.uk/research/projects/VideoRec/CamVid/data/LabeledApproved_full.zip

label_colors 链接: http://mi.eng.cam.ac.uk/research/projects/VideoRec/CamVid/data/label_colors.txt

注意:label_colors 最后有一个空行

运行

1.生成数据集:

python3 python/CamVid_utils.py

2.训练生成模型:

python3 python/train.py CamVid

3.推理代码:

python3 python/inference.py

About

Easiest Fully Convolutional Networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Shell 0.3%