File size: 1,023 Bytes
9913017 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | # 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
```Shell
├── 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
- [ ] More content
- [x] Release re-implemented AnT
- [ ] Add liscense
|