Skip to content

pytorch implementation of Spatially Invariant Unsupervised Object Detection with VAE

Notifications You must be signed in to change notification settings

yonkshi/SPAIR_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPAIR_pytorch

Pytorch implementation of Spatially Invariant Unsupervised Object Detection with VAE

Additional information can be found at supplementary paper

Implementation based on the original tensorflow implementation by Eric Crawford: https://github.com/e2crawfo/auto_yolo (Special thanks to Eric for patiently explaining the details of his implementation)

dependencies

  • Numpy
  • Pytorch 1.0+
  • Python 3.5+
  • TensorboardX

Hyperparameters

spair/config.py contains hyperparameters used in the model with comments.

Run

python train.py --gpu to start training with all available GPUs

Data

Coming soon...

About

pytorch implementation of Spatially Invariant Unsupervised Object Detection with VAE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published