@@ -389,7 +389,7 @@ The supported formats are:
389389- ** COCO** - We support COCO JSON format in two variants:
390390
391391 - [ FiftyOne layout] ( https://docs.voxel51.com/user_guide/export_datasets.html#cocodetectiondataset-export )
392- ```` plaintext
392+ ``` plaintext
393393 dataset_dir/
394394 ├── train/
395395 │ ├── data/
@@ -403,10 +403,9 @@ The supported formats are:
403403 └── test/
404404 ├── data/
405405 └── labels.json
406- ```
407- ````
406+ ```
408407 - [RoboFlow](https://roboflow.com/formats/coco-json)
409- ```` plaintext
408+ ```plaintext
410409 dataset_dir/
411410 ├── train/
412411 │ ├── img1.jpg
@@ -415,8 +414,7 @@ The supported formats are:
415414 │ └── _annotations.coco.json
416415 ├── valid/
417416 └── test/
418- ```
419- ````
417+ ```
420418
421419- [**Pascal VOC XML**](https://roboflow.com/formats/pascal-voc-xml)
422420
@@ -507,18 +505,18 @@ The supported formats are:
507505- [ ** SOLO
** ] ( https://docs.unity3d.com/Packages/[email protected] /manual/Schema/SoloSchema.html ) 508506
509507 ``` plaintext
510- dataset_dir/
511- ├── train/
512- │ ├── metadata.json
513- │ ├── sensor_definitions.json
514- │ ├── annotation_definitions.json
515- │ ├── metric_definitions.json
516- │ └── sequence.<SequenceNUM>/
517- │ ├── step<StepNUM>.camera.jpg
518- │ ├── step<StepNUM>.frame_data.json
519- │ └── (OPTIONAL: step<StepNUM>.camera.semantic segmentation.jpg)
520- ├── valid/
521- └── test/
508+ dataset_dir/
509+ ├── train/
510+ │ ├── metadata.json
511+ │ ├── sensor_definitions.json
512+ │ ├── annotation_definitions.json
513+ │ ├── metric_definitions.json
514+ │ └── sequence.<SequenceNUM>/
515+ │ ├── step<StepNUM>.camera.jpg
516+ │ ├── step<StepNUM>.frame_data.json
517+ │ └── (OPTIONAL: step<StepNUM>.camera.semantic segmentation.jpg)
518+ ├── valid/
519+ └── test/
522520 ```
523521
524522- ** Classification Directory** - A directory with subdirectories for each class
0 commit comments