charmerDark / uusirr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uusirr

Steps to train model

  • Clone the repository git clone https://github.com/charmerDark/uusirr.git
  • Setup dependencies from requirements.txt
    cd uusirr && pip install -r requirements.txt
  • wget http://files.is.tue.mpg.de/sintel/MPI-Sintel-complete.zip downloads SINTEL dataset, please do this in the root folder of the repo.
  • unzip packagge using unzip MPI-Sintel-complete.zip -d uusirr/MPI_Sintel-complete/
  • run bash scripts/new_model_train.sh to train the model
    Pipline and Training scripts for trainging optical flow models. See description.md for details.

Portions of the source code (e.g., training pipeline, runtime, argument parser, and logger) are from [IRR](https://github.com/visinf/irr)

About

License:Apache License 2.0


Languages

Language:Python 90.6%Language:Cuda 4.7%Language:Shell 2.7%Language:C++ 2.0%