Skip to content

savourylie/fucos-tensorflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FUCOS-tensorflow

A simple implementation of fucos on tensorflow

Requirements

Tensorflow

tqdm

VGG16 weights, make a folder named "pretrained" and put the file into it.

The datasets for training, validation and testing can be found here.

Usages

To train our network from scratch

python fucos.py train path/to/checkpoint/folder

To test an existing model on a folder of images

python fucos.py test path/to/checkpoint/file path/to/testing/image/folder

or only 1 image

python fucos.py test path/to/checkpoint/file path/to/testing/image 0

Acknowlegements

This implementation doesn't follow exactly what's on the paper. For more information please check out the original paper.

About

an implementation of fucos on tensorflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%