/uusirr

Primary LanguagePythonApache License 2.0Apache-2.0

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)