Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

TransFlow: Unsupervised Motion Flow by Joint Geometric and Pixel-level Estimation

Notifications You must be signed in to change notification settings

ilovecv/TransFlow

Open more actions menu

Repository files navigation

TransFlow: Unsupervised Motion Flow by Joint Geometric and Pixel-level Estimation

Main content: transflow_app.py: entry point of the application transflow.py: core of the method, contains the model, train and inference functions transflow_eval.py: evaluation class used to perform experiments on various datasets data_io.py: class handling the interaction with the different datasets spatial_transformer.py: spatial transformer class tf_writer.py: class handling the creation of tfrecords

Usage examples:

Training on the KITTI FLOW dataset python transflow_app.py --learning_rate 1e-4 --mode train --batch_size 8 --check_save your/checkpoint/dir --log_dir your/log/dir --dbname KITTI_FLOW

Testing on the KITTI FLOW dataset python transflow_app.py --mode eval --batch_size 1 --dbname KITTI_FLOW --check_load your/checkpoint/dir

Developed and tested on Ubuntu 16.04, python 2.7.13, tensorflow 1.0.0

About

TransFlow: Unsupervised Motion Flow by Joint Geometric and Pixel-level Estimation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.