dreMaz commited on
Commit
39d4e04
1 Parent(s): 149951c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -11
README.md CHANGED
@@ -1,16 +1,34 @@
 
 
 
 
 
 
 
 
 
 
1
  [![arXiv](https://img.shields.io/badge/arXiv-2312.01943-<COLOR>)](http://arxiv.org/abs/2312.01943)
2
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/CartoonSegmentation/CartoonSegmentation/blob/main/run_in_colab.ipynb)
3
  [![Project Page](https://img.shields.io/badge/Project-Website-green)](https://cartoonsegmentation.github.io/)
4
 
5
- <p float="center">
6
- <img src="https://cartoonsegmentation.github.io/AnimeIns_files/teaser/teaser00.jpg" width="24%" />
7
- <img src="https://cartoonsegmentation.github.io/AnimeIns_files/teaser/teaser01.jpg" width="24%" />
8
- <img src="https://github.com/CartoonSegmentation/CartoonSegmentation/assets/51270320/10301ee4-09c1-45a9-8672-7e0a3cbd1c20" width="24%" />
9
- <img src="https://cartoonsegmentation.github.io/AnimeIns_files/teaser/teaser03.jpg" width="24%" />
10
- <img src="https://cartoonsegmentation.github.io/AnimeIns_files/teaser/teaser10.jpg" width="24%" />
11
- <img src="https://cartoonsegmentation.github.io/AnimeIns_files/teaser/teaser11.jpg" width="24%" />
12
- <img src="https://github.com/CartoonSegmentation/CartoonSegmentation/assets/51270320/602f8e5b-bec2-4f07-af50-b72d6411da70" width="24%" />
13
- <img src="https://cartoonsegmentation.github.io/AnimeIns_files/teaser/teaser13.jpg" width="24%" />
 
 
 
 
 
 
 
 
14
  </p>
15
-
16
- Instance segmentation for cartoon/anime characters and some visual techniques building around it.
 
1
+ ---
2
+ language:
3
+ - en
4
+ thumbnail: "url to a thumbnail used in social sharing"
5
+ tags:
6
+ - image processing
7
+ - segmentation
8
+ license: "mit"
9
+ ---
10
+
11
  [![arXiv](https://img.shields.io/badge/arXiv-2312.01943-<COLOR>)](http://arxiv.org/abs/2312.01943)
12
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/CartoonSegmentation/CartoonSegmentation/blob/main/run_in_colab.ipynb)
13
  [![Project Page](https://img.shields.io/badge/Project-Website-green)](https://cartoonsegmentation.github.io/)
14
 
15
+ <table>
16
+ <tbody>
17
+ <tr>
18
+ <td><img src="https://cartoonsegmentation.github.io/AnimeIns_files/teaser/teaser00.jpg" /></td>
19
+ <td><img src="https://cartoonsegmentation.github.io/AnimeIns_files/teaser/teaser01.jpg" /></td>
20
+ <td><img src="https://github.com/CartoonSegmentation/CartoonSegmentation/assets/51270320/10301ee4-09c1-45a9-8672-7e0a3cbd1c20" width="640" /></td>
21
+ <td><img src="https://cartoonsegmentation.github.io/AnimeIns_files/teaser/teaser03.jpg" /></td>
22
+ </tr>
23
+ <tr>
24
+ <td><img src="https://cartoonsegmentation.github.io/AnimeIns_files/teaser/teaser10.jpg" /></td>
25
+ <td><img src="https://cartoonsegmentation.github.io/AnimeIns_files/teaser/teaser11.jpg" /></td>
26
+ <td><img src="https://github.com/CartoonSegmentation/CartoonSegmentation/assets/51270320/602f8e5b-bec2-4f07-af50-b72d6411da70" width="640" /></td>
27
+ <td><img src="https://cartoonsegmentation.github.io/AnimeIns_files/teaser/teaser13.jpg" /></td>
28
+ </tr>
29
+
30
+
31
+ </tbody>
32
  </p>
33
+ GIt
34
+ For more technical details and the codebase, please refer to our [Github Repo](https://github.com/CartoonSegmentation/CartoonSegmentation).