Spaces:
Runtime error
Runtime error
Miaomiao Li
commited on
Commit
•
8270a82
1
Parent(s):
9e97291
Add crossref to HF spaces and Arxiv papers.
Browse files
README.md
CHANGED
@@ -10,4 +10,21 @@ pinned: false
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
+
The CPU-based implementation of the subject segmentation model of [Instance-guided Cartoon Editing with a Large-scale Dataset
|
14 |
+
](https://arxiv.org/abs/2312.01943).
|
15 |
+
|
16 |
+
Cite this work:
|
17 |
+
|
18 |
+
@article{animeins,
|
19 |
+
Author = {Jian Lin and Chengze Li and Xueting Liu and Zhongping Ge},
|
20 |
+
Title = {Instance-guided Cartoon Editing with a Large-scale Dataset},
|
21 |
+
Eprint = {2312.01943v1},
|
22 |
+
ArchivePrefix = {arXiv},
|
23 |
+
PrimaryClass = {cs.CV},
|
24 |
+
Year = {2023},
|
25 |
+
Month = {Dec},
|
26 |
+
Url = {http://arxiv.org/abs/2312.01943v1},
|
27 |
+
File = {2312.01943v1.pdf}
|
28 |
+
}
|
29 |
+
|
30 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py
CHANGED
@@ -67,7 +67,7 @@ def fn(image):
|
|
67 |
iface = gr.Interface(
|
68 |
# design titles and text descriptions
|
69 |
title="Anime Subject Instance Segmentation",
|
70 |
-
description="This is a demo of Anime Instance Segmentation with our proposed model in [
|
71 |
fn=fn,
|
72 |
inputs=gr.Image(type="numpy"),
|
73 |
outputs=gr.Image(type="pil"),
|
|
|
67 |
iface = gr.Interface(
|
68 |
# design titles and text descriptions
|
69 |
title="Anime Subject Instance Segmentation",
|
70 |
+
description="This is a demo of Anime Instance Segmentation with our proposed model in the paper [*Instance-guided Cartoon Editing with a Large-scale Dataset*](https://cartoonsegmentation.github.io/)",
|
71 |
fn=fn,
|
72 |
inputs=gr.Image(type="numpy"),
|
73 |
outputs=gr.Image(type="pil"),
|