YAN-LIU05 commited on
Commit
a95e6a3
·
1 Parent(s): cff32ff

Add GitHub repository links

Browse files
Files changed (2) hide show
  1. .gitignore +2 -0
  2. README.md +3 -0
.gitignore CHANGED
@@ -1,6 +1,7 @@
1
  README_all_ch.md
2
  README_all.md
3
  LOCAL_MAINTENANCE.md
 
4
  bei_sample_90.json
5
  tie_sample_90.json
6
  bei/
@@ -8,3 +9,4 @@ tie/
8
  wild/
9
  wild.zip
10
  wild.zip.*
 
 
1
  README_all_ch.md
2
  README_all.md
3
  LOCAL_MAINTENANCE.md
4
+ scripts/
5
  bei_sample_90.json
6
  tie_sample_90.json
7
  bei/
 
9
  wild/
10
  wild.zip
11
  wild.zip.*
12
+ logs/
README.md CHANGED
@@ -24,6 +24,7 @@ size_categories:
24
  <div align="center">
25
 
26
  [![Paper](https://img.shields.io/badge/Paper-PDF-red.svg)](#)
 
27
  [![Hugging Face](https://img.shields.io/badge/Hugging%20Face-Dataset-blue.svg)](https://huggingface.co/datasets/Tongji209/HCSU)
28
  [![Code License](https://img.shields.io/badge/Code%20License-Apache_2.0-green.svg)](https://www.apache.org/licenses/LICENSE-2.0)
29
  [![Data License](https://img.shields.io/badge/Data%20License-CC%20BY--NC_4.0-yellow.svg)](https://creativecommons.org/licenses/by-nc/4.0/)
@@ -36,6 +37,8 @@ size_categories:
36
 
37
  > **Abstract:** Addressing the "Knowledgeable but unperceptive" dilemma where existing Large Vision-Language Models (LVLMs) possess historical knowledge but lack fine-grained calligraphy style perception, we introduce **HCSU**—the first large-scale dataset and evaluation benchmark specifically tailored for fine-grained historical calligraphy style understanding. HCSU contains 39,307 meticulously annotated high-definition Chinese character images, accompanied by expert-level hierarchical aesthetic descriptions. Through a pioneering rigorous data processing pipeline, we successfully decouple authentic ink manuscripts (**Tie**) from stone rubbings (**Bei**), thoroughly resolving the "modality aliasing" problem that has long plagued the digital cultural heritage field.
38
 
 
 
39
  <div align="center">
40
  <img src="./assets/head.png" alt="Figure 1: HCSU Dataset Overview and Multi-dimensional Annotation" width="80%">
41
  <p><i>Figure 1: The panoramic data experience of HCSU. Beyond single images, we provide technical dimensions of calligraphy expression (Ink Style, Stroke Style, Structure) and expert-level descriptions of aesthetic spirit, enabling highly interpretable fine-grained visual reasoning.</i></p>
 
24
  <div align="center">
25
 
26
  [![Paper](https://img.shields.io/badge/Paper-PDF-red.svg)](#)
27
+ [![GitHub](https://img.shields.io/badge/GitHub-209--Tongji%2FHCSU-black.svg?logo=github)](https://github.com/209-Tongji/HCSU)
28
  [![Hugging Face](https://img.shields.io/badge/Hugging%20Face-Dataset-blue.svg)](https://huggingface.co/datasets/Tongji209/HCSU)
29
  [![Code License](https://img.shields.io/badge/Code%20License-Apache_2.0-green.svg)](https://www.apache.org/licenses/LICENSE-2.0)
30
  [![Data License](https://img.shields.io/badge/Data%20License-CC%20BY--NC_4.0-yellow.svg)](https://creativecommons.org/licenses/by-nc/4.0/)
 
37
 
38
  > **Abstract:** Addressing the "Knowledgeable but unperceptive" dilemma where existing Large Vision-Language Models (LVLMs) possess historical knowledge but lack fine-grained calligraphy style perception, we introduce **HCSU**—the first large-scale dataset and evaluation benchmark specifically tailored for fine-grained historical calligraphy style understanding. HCSU contains 39,307 meticulously annotated high-definition Chinese character images, accompanied by expert-level hierarchical aesthetic descriptions. Through a pioneering rigorous data processing pipeline, we successfully decouple authentic ink manuscripts (**Tie**) from stone rubbings (**Bei**), thoroughly resolving the "modality aliasing" problem that has long plagued the digital cultural heritage field.
39
 
40
+ Code is available at: [209-Tongji/HCSU](https://github.com/209-Tongji/HCSU).
41
+
42
  <div align="center">
43
  <img src="./assets/head.png" alt="Figure 1: HCSU Dataset Overview and Multi-dimensional Annotation" width="80%">
44
  <p><i>Figure 1: The panoramic data experience of HCSU. Beyond single images, we provide technical dimensions of calligraphy expression (Ink Style, Stroke Style, Structure) and expert-level descriptions of aesthetic spirit, enabling highly interpretable fine-grained visual reasoning.</i></p>