Home

Awesome

AnimeRun

This repository contains the api for NeurIPS 2022 work AnimeRun: 2D Animation Visual Correspondence from Open Source 3D Movies, and the relevant methods appearing in the paper.

Complete and clean code is on the way! Coming soon!!

AnimeRun structure

├── AnimeRun1
    ├── test
         ├── contour
         ├── Flow
              ├── forward
              ├── backward
         ├── Frame_Anime
         ├── LineArea
         ├── SegMatching
         ├── Segment
         ├── UnMatched
         
    ├── train
         ├── contour
         ├── Flow
              ├── forward
              ├── backward
         ├── Frame_Anime
         ├── SegMatching
         ├── Segment
         ├── UnMatched

Unit test

python flow/test_flow_datasets.py

python segmat/test_segmat_datasets.py

TODO