Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -243,17 +243,6 @@ Users should be aware that:
|
|
243 |
|
244 |
If you use this dataset in your research or educational projects, please acknowledge its educational purpose and the demonstration of transfer learning techniques with VGG16 and FiftyOne.
|
245 |
|
246 |
-
**Usage Context:**
|
247 |
-
```python
|
248 |
-
# Example educational usage
|
249 |
-
import fiftyone as fo
|
250 |
-
from fiftyone.utils.huggingface import load_from_hub
|
251 |
-
|
252 |
-
# Load for learning transfer learning concepts
|
253 |
-
dataset = load_from_hub("andandandand/bo_or_not")
|
254 |
-
session = fo.launch_app(dataset)
|
255 |
-
```
|
256 |
-
|
257 |
## More Information
|
258 |
|
259 |
This dataset is part of practical computer vision educational materials demonstrating:
|
|
|
243 |
|
244 |
If you use this dataset in your research or educational projects, please acknowledge its educational purpose and the demonstration of transfer learning techniques with VGG16 and FiftyOne.
|
245 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
246 |
## More Information
|
247 |
|
248 |
This dataset is part of practical computer vision educational materials demonstrating:
|