xiaoxiaoxh
commited on
Commit
•
e154604
1
Parent(s):
7614d38
Update README.md
Browse files
README.md
CHANGED
@@ -9,9 +9,9 @@ pretty_name: garment-tracking
|
|
9 |
## Table of Contents
|
10 |
- [Table of Contents](#table-of-contents)
|
11 |
- [Dataset Description](#dataset-description)
|
12 |
-
|
13 |
- [Dataset Structure](#dataset-structure)
|
14 |
-
|
15 |
## Dataset Description
|
16 |
|
17 |
- **Homepage:** https://garment-tracking.robotflow.ai
|
@@ -64,4 +64,5 @@ Here is the detailed stucture of a data example of one frame:
|
|
64 |
├── rgb (30000, 3) uint8
|
65 |
└── sizes (4,) int64
|
66 |
```
|
67 |
-
|
|
|
|
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 |
+
- [Dataset Example](#dataset-example)
|
15 |
## Dataset Description
|
16 |
|
17 |
- **Homepage:** https://garment-tracking.robotflow.ai
|
|
|
64 |
├── rgb (30000, 3) uint8
|
65 |
└── sizes (4,) int64
|
66 |
```
|
67 |
+
# Dataset Example
|
68 |
+
Please see [example](data/data_examples/README.md) for example data and visualization scripts.
|