Update README.md
Browse files
README.md
CHANGED
|
@@ -78,20 +78,14 @@ pip install -U fiftyone
|
|
| 78 |
```python
|
| 79 |
import json
|
| 80 |
import os
|
| 81 |
-
|
| 82 |
|
| 83 |
from huggingface_hub import snapshot_download
|
| 84 |
|
| 85 |
-
|
| 86 |
# Download the dataset snapshot to the current working directory
|
| 87 |
|
| 88 |
snapshot_download(repo_id="Voxel51/crops3d", local_dir=".", repo_type="dataset")
|
| 89 |
|
| 90 |
-
import fiftyone as fo
|
| 91 |
-
|
| 92 |
-
import fiftyone as fo
|
| 93 |
-
import os
|
| 94 |
-
import json
|
| 95 |
|
| 96 |
# Load dataset from current directory using FiftyOne's native format
|
| 97 |
dataset = fo.Dataset.from_dir(
|
|
|
|
| 78 |
```python
|
| 79 |
import json
|
| 80 |
import os
|
| 81 |
+
import fiftyone as fo
|
| 82 |
|
| 83 |
from huggingface_hub import snapshot_download
|
| 84 |
|
|
|
|
| 85 |
# Download the dataset snapshot to the current working directory
|
| 86 |
|
| 87 |
snapshot_download(repo_id="Voxel51/crops3d", local_dir=".", repo_type="dataset")
|
| 88 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 89 |
|
| 90 |
# Load dataset from current directory using FiftyOne's native format
|
| 91 |
dataset = fo.Dataset.from_dir(
|