Update README.md
Browse files1. Update README
2. Remove gated access for easier access.
README.md
CHANGED
@@ -1,24 +1,24 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
pretty_name: imagenet3d
|
4 |
-
extra_gated_fields:
|
5 |
-
Name: text
|
6 |
-
Affiliation: text
|
7 |
---
|
8 |
## ImageNet3D
|
9 |
|
|
|
|
|
10 |
Refer to [github.com/wufeim/imagenet3d](https://github.com/wufeim/imagenet3d) for the full documentation and sample preprocessing code for ImageNet3D.
|
11 |
|
12 |
### Download Data
|
13 |
|
14 |
-
Directly download from the HuggingFace WebUI, or on a server, run
|
15 |
|
16 |
-
```
|
17 |
-
|
18 |
-
local_path = '/your/local/directory'
|
19 |
-
hf_hub_download(repo_id='ccvl/ImageNet3D', repo_type='dataset', filename='imagenet3d_0409.zip', local_dir=local_path, local_dir_use_symlinks=False)
|
20 |
```
|
21 |
|
|
|
|
|
|
|
22 |
### Example Usage
|
23 |
|
24 |
```py
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
pretty_name: imagenet3d
|
|
|
|
|
|
|
4 |
---
|
5 |
## ImageNet3D
|
6 |
|
7 |
+
We present **ImageNet3D**, a large dataset for general-purpose object-level 3D understanding. ImageNet3D augments 200 categories from the ImageNet dataset with 2D bounding box, 3D pose, 3D location annotations, and image captions interleaved with 3D information.
|
8 |
+
|
9 |
Refer to [github.com/wufeim/imagenet3d](https://github.com/wufeim/imagenet3d) for the full documentation and sample preprocessing code for ImageNet3D.
|
10 |
|
11 |
### Download Data
|
12 |
|
13 |
+
**ImageNet3D-v1.0:** Directly download from the HuggingFace WebUI, or on a server, run
|
14 |
|
15 |
+
```sh
|
16 |
+
wget https://huggingface.co/datasets/ccvl/ImageNet3D/resolve/main/imagenet3d_v1.zip
|
|
|
|
|
17 |
```
|
18 |
|
19 |
+
**Future updates:** We are working on annotating more object categories and improving the quality of current annotations.
|
20 |
+
The next update is planned to be released by the end of Jan 2025. Please let us know if you have any suggestions for future updates.
|
21 |
+
|
22 |
### Example Usage
|
23 |
|
24 |
```py
|