10000 GitHub - vvarga90/ssn-pytorch: PyTorch implementation of Superpixel Sampling Networks
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vvarga90/ssn-pytorch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Superpixel Sampling Networks

Pure PyTorch implementation of Superpixel Sampling Networks that does not require CUDA code compilation. Some minor modifications were also made.

Forked from: https://github.com/perrying/ssn-pytorch

paper: https://arxiv.org/abs/1807.10174
original code: https://github.com/NVlabs/ssn_superpixels

Requirements

  • PyTorch >= 1.4 (This fork was tested only with 1.12)
  • scikit-image
  • matplotlib

Usage

inference

SSN_pix

python inference.py --image /path/to/image

SSN_deep

python inference.py --image /path/to/image --weight /path/to/pretrained_weight

training

python train.py --root /path/to/BSDS500

Results

SSN_pix

SSN_deep

About

PyTorch implementation of Superpixel Sampling Networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0