Wizaron / reseg-pytorch

PyTorch Implementation of ReSeg (https://arxiv.org/pdf/1511.07053.pdf)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of ReSeg using PyTorch

Setup

  • Clone this repository : git clone --recursive https://github.com/Wizaron/reseg-pytorch.git
  • Download Pascal-Part Annotations and Pascal VOC 2010 Dataset to "reseg-pytorch/data/raw" then extract tar files.
  • Go to the "reseg-pytorch/code/pytorch" : cd reseg-pytorch/code/pytorch
  • Download and install Anaconda or Miniconda
  • Create environment : conda env create -f pytorch_conda_environment.yml

About

PyTorch Implementation of ReSeg (https://arxiv.org/pdf/1511.07053.pdf)

License:GNU General Public License v3.0


Languages

Language:Python 100.0%