Commit
·
ac7a9a5
1
Parent(s):
304b416
Update README.md
Browse files
README.md
CHANGED
@@ -53,4 +53,4 @@ The "bboxes" and "labels" features are in string format, so you can use the code
|
|
53 |
import ast</br>
|
54 |
listOfBboxes = ast.literal_eval(dataset["test"]["bboxes"][0])</br>
|
55 |
</br>
|
56 |
-
The feature "seg" is now in string format instead of numpy ndarray. This is an optional feature, and you can manually download the files here (https://huggingface.co/datasets/markytools/goosegmv3) using wget commandline. The files are in .npy so load it using np.load (https://numpy.org/doc/stable/reference/generated/numpy.
|
|
|
53 |
import ast</br>
|
54 |
listOfBboxes = ast.literal_eval(dataset["test"]["bboxes"][0])</br>
|
55 |
</br>
|
56 |
+
The feature "seg" is now in string format instead of numpy ndarray. This is an optional feature, and you can manually download the files here (https://huggingface.co/datasets/markytools/goosegmv3) using wget commandline. The files are in .npy so load it using np.load (https://numpy.org/doc/stable/reference/generated/numpy.load.html).
|