joseluhf11
commited on
Commit
•
2a9038d
1
Parent(s):
fc91a38
Update README.md
Browse files
README.md
CHANGED
@@ -25,6 +25,6 @@ configs:
|
|
25 |
path: data/train-*
|
26 |
---
|
27 |
# Dataset Card for "oct-object-detection-v4"
|
28 |
-
Dataset is composed of images with multiples object detection box in coco format (
|
29 |
The difference from v3 is images are grouped (not duplicated images in multiples row) and they can have multiples labels-boxes in the objects field. So there are, 566 unique images, there are 566 rows, one per image.
|
30 |
[Source datataset](https://doi.org/10.1101/2023.03.29.534704)
|
|
|
25 |
path: data/train-*
|
26 |
---
|
27 |
# Dataset Card for "oct-object-detection-v4"
|
28 |
+
Dataset is composed of images with multiples object detection box in coco format (xmin, ymin, xmax, ymax). Images are OCT (type of eye scaner) with boxes indicating some features associated to AMD disease.
|
29 |
The difference from v3 is images are grouped (not duplicated images in multiples row) and they can have multiples labels-boxes in the objects field. So there are, 566 unique images, there are 566 rows, one per image.
|
30 |
[Source datataset](https://doi.org/10.1101/2023.03.29.534704)
|