Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ The structure of the dataset is
|
|
61 |
|
62 |
## Download the dataset
|
63 |
|
64 |
-
```
|
65 |
from datasets import load_dataset
|
66 |
|
67 |
dataset = load_dataset('Javiai/failures-3D-print')
|
@@ -69,7 +69,7 @@ dataset = load_dataset('Javiai/failures-3D-print')
|
|
69 |
|
70 |
## Show the Bounding Boxes
|
71 |
|
72 |
-
```
|
73 |
import numpy as np
|
74 |
import os
|
75 |
from PIL import Image, ImageDraw
|
|
|
61 |
|
62 |
## Download the dataset
|
63 |
|
64 |
+
```python
|
65 |
from datasets import load_dataset
|
66 |
|
67 |
dataset = load_dataset('Javiai/failures-3D-print')
|
|
|
69 |
|
70 |
## Show the Bounding Boxes
|
71 |
|
72 |
+
```python
|
73 |
import numpy as np
|
74 |
import os
|
75 |
from PIL import Image, ImageDraw
|