Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -20,7 +20,8 @@ In-the-wild 3D object detection benchmark (val and test splits) from COCO, LVIS,
|
|
| 20 |
| Split | Images | Annotations | Categories |
|
| 21 |
|-------|--------|-------------|------------|
|
| 22 |
| Val | 2,470 | 9,256 | 785 |
|
| 23 |
-
|
|
|
|
| 24 |
|
| 25 |
## Download
|
| 26 |
|
|
@@ -36,9 +37,7 @@ After downloading, extract depth and camera archives:
|
|
| 36 |
```bash
|
| 37 |
cd WildDet3D-Bench
|
| 38 |
tar xzf packed/depth_val.tar.gz
|
| 39 |
-
tar xzf packed/depth_test.tar.gz
|
| 40 |
tar xzf packed/camera_val.tar.gz
|
| 41 |
-
tar xzf packed/camera_test.tar.gz
|
| 42 |
```
|
| 43 |
|
| 44 |
## Directory Structure
|
|
|
|
| 20 |
| Split | Images | Annotations | Categories |
|
| 21 |
|-------|--------|-------------|------------|
|
| 22 |
| Val | 2,470 | 9,256 | 785 |
|
| 23 |
+
|
| 24 |
+
**Note:** The test set is held out for hidden evaluation and is not publicly available. Please submit predictions to [TODO: evaluation server] for test set evaluation.
|
| 25 |
|
| 26 |
## Download
|
| 27 |
|
|
|
|
| 37 |
```bash
|
| 38 |
cd WildDet3D-Bench
|
| 39 |
tar xzf packed/depth_val.tar.gz
|
|
|
|
| 40 |
tar xzf packed/camera_val.tar.gz
|
|
|
|
| 41 |
```
|
| 42 |
|
| 43 |
## Directory Structure
|