robotflow-admin
commited on
Commit
•
aefbc93
1
Parent(s):
f7bc1cd
add dataset card framework
Browse files
README.md
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pretty_name: garment-tracking
|
4 |
+
---
|
5 |
+
|
6 |
+
# Dataset Card for Garment Tracking
|
7 |
+
|
8 |
+
|
9 |
+
## Table of Contents
|
10 |
+
- [Table of Contents](#table-of-contents)
|
11 |
+
- [Dataset Description](#dataset-description)
|
12 |
+
- [Dataset Summary](#dataset-summary)
|
13 |
+
- [Dataset Structure](#dataset-structure)
|
14 |
+
- [Data Instances](#data-instances)
|
15 |
+
- [Data Fields](#data-fields)
|
16 |
+
- [Data Splits](#data-splits)
|
17 |
+
- [Dataset Creation](#dataset-creation)
|
18 |
+
- [Source Data](#source-data)
|
19 |
+
- [Annotations](#annotations)
|
20 |
+
- [Additional Information](#additional-information)
|
21 |
+
- [Dataset Curators](#dataset-curators)
|
22 |
+
- [Licensing Information](#licensing-information)
|
23 |
+
- [Citation Information](#citation-information)
|
24 |
+
- [Contributions](#contributions)
|
25 |
+
|
26 |
+
## Dataset Description
|
27 |
+
|
28 |
+
- **Homepage:** https://garment-tracking.robotflow.ai
|
29 |
+
- **Repository:** [GitHub]()
|
30 |
+
- **Paper:** [GarmentTracking: Category-Level Garment Pose Tracking]()
|
31 |
+
- **Point of Contact:**
|
32 |
+
|
33 |
+
## Dataset Summary
|
34 |
+
|
35 |
+
To download the dataset, use the following shell snippet:
|
36 |
+
|
37 |
+
```
|
38 |
+
git lfs install
|
39 |
+
git clone https://huggingface.co/datasets/robotflow/garment-tracking
|
40 |
+
# if you want to clone without large files – just their pointers
|
41 |
+
# prepend your git clone with the following env var:
|
42 |
+
GIT_LFS_SKIP_SMUDGE=1
|
43 |
+
```
|
44 |
+
|
45 |
+
## Dataset Structure
|
46 |
+
|
47 |
+
### Data Instances
|
48 |
+
|
49 |
+
### Data Fields
|
50 |
+
|
51 |
+
### Data Splits
|
52 |
+
|
53 |
+
## Dataset Creation
|
54 |
+
|
55 |
+
### Source Data
|
56 |
+
|
57 |
+
### Annotations
|
58 |
+
|
59 |
+
## Additional Information
|
60 |
+
|
61 |
+
### Dataset Curators
|
62 |
+
|
63 |
+
### Licensing Information
|
64 |
+
|
65 |
+
### Citation Information
|
66 |
+
|
67 |
+
### Contributions
|
68 |
+
|