8000 GitHub - knn1989/FCN8s: A very simple Pytorch implementation of FCN8s
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

knn1989/FCN8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Pytorch - A very simple implementation of FCN8s

This is an implementation of the FCN8s [Fully Convolutional Networks for Semantic Segmentation] (https://people.eecs.berkeley.edu/~jonlong/long_shelhamer_fcn.pdf).

Requirements

In addition to Python 3, Pytorch Version>= 0.3.1, and Matlab the following packages are required:

numpy scipy pillow matplotlib

These packages can be installed by running pip3 install numpy scipy pillow matplotlib.

Usage

Train the network

use net.train() method to train the network

Test the network

run net.test() method to test the network

About

A very simple Pytorch implementation of FCN8s

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0