nielsr HF Staff commited on
Commit
f837f5f
·
verified ·
1 Parent(s): fa499c1

Add links to paper and code

Browse files

This PR adds direct links to the paper (Hugging Face paper page) and the official code repository (GitHub) to the dataset card, making the associated publication and implementation easier to find.

Files changed (1) hide show
  1. README.md +15 -12
README.md CHANGED
@@ -1,18 +1,18 @@
1
  ---
2
- pretty_name: LUTSeg
3
  license: cc-by-4.0
 
 
4
  task_categories:
5
- - image-segmentation
 
6
  tags:
7
- - medical
8
- - wound-care
9
- - semantic-segmentation
10
- - longitudinal
11
- - multi-expert
12
- - leprosy
13
- - image
14
- size_categories:
15
- - n<1K
16
  ---
17
 
18
  # LUTSeg
@@ -21,6 +21,9 @@ size_categories:
21
  contains pixel-level tissue annotations for longitudinal, leprosy-related chronic
22
  ulcer images.
23
 
 
 
 
24
  The accompanying TiSage paper was selected as a **Spotlight** at the Eleventh
25
  ISIC Skin Image Analysis Workshop @ MICCAI 2026.
26
 
@@ -137,4 +140,4 @@ under the same terms.
137
 
138
  Please cite *LUTSeg: A Longitudinal Multi-Expert Dataset for Ulcer Tissue
139
  Segmentation*, Eleventh ISIC Skin Image Analysis Workshop @ MICCAI 2026. The
140
- final proceedings BibTeX will be added when the bibliographic record is public.
 
1
  ---
 
2
  license: cc-by-4.0
3
+ size_categories:
4
+ - n<1K
5
  task_categories:
6
+ - image-segmentation
7
+ pretty_name: LUTSeg
8
  tags:
9
+ - medical
10
+ - wound-care
11
+ - semantic-segmentation
12
+ - longitudinal
13
+ - multi-expert
14
+ - leprosy
15
+ - image
 
 
16
  ---
17
 
18
  # LUTSeg
 
21
  contains pixel-level tissue annotations for longitudinal, leprosy-related chronic
22
  ulcer images.
23
 
24
+ - **Paper:** [LUTSeg: A Longitudinal Multi-Expert Dataset for Ulcer Tissue Segmentation](https://huggingface.co/papers/2608.25866)
25
+ - **Code:** [carlosh93/TiSage](https://github.com/carlosh93/TiSage)
26
+
27
  The accompanying TiSage paper was selected as a **Spotlight** at the Eleventh
28
  ISIC Skin Image Analysis Workshop @ MICCAI 2026.
29
 
 
140
 
141
  Please cite *LUTSeg: A Longitudinal Multi-Expert Dataset for Ulcer Tissue
142
  Segmentation*, Eleventh ISIC Skin Image Analysis Workshop @ MICCAI 2026. The
143
+ final proceedings BibTeX will be added when the bibliographic record is public.