cvshah / imednet

Image-to-Motion Encoder-Decoder Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMEDNet: Image-to-Motion Encoder-Decoder Network(s)

Neural networks for transforming MNIST digit images into dynamic movement primitives (DMPs).

Install

Cloning

The repository uses Git LFS to manage large data files and models.

To clone the repository without data and model files, run:

$ GIT_LFS_SKIP_SMUDGE=1 git clone git@repo.ijs.si:deep_learning/imednet.git

Afterwards, to pull the data and model files, run:

$ cd imednet
$ git lfs pull

Prerequisites:

About

Image-to-Motion Encoder-Decoder Networks


Languages

Language:Jupyter Notebook 82.6%Language:Python 17.4%