Skip to content

siddux/spikeOpticalFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spike Optical Flow

Overview

This repository contains the code for the work on Optical Flow Estimation using Hybrid Neural Network. The code below is derived from the original implementation by Parts of this code were derived from chan8972/Spike-FlowNet.

Installation

Clone the repository using: git clone https://github.com/siddux/spikeOpticalFlow.git

Create a conda environment using the environment.yml file: conda env create -f environment.yml

Activate the conda environment: conda activate spikeopticalflow

Dataset

Download datasets folder and include in this directory

Training

The basic syntax for training the neural network is:

python3 main.py

Pre-trained Model

The pretrained model can be found in /pretrain folder.

Testing

The basic syntax for testing is:

python3 main.py --evaluate --pretrained='./pretrain/checkpoint_dt1.pth.tar' --render --save-images

Another commands are available to change running options in the main file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages