Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldies committed Oct 1, 2024
1 parent 1f9da46 commit 2b182cf
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ The downloaded file is a .zip archive with the following structure:
```bash
archive.zip/
├── train
│ ├── labels.json # optional cvat extension. Contains original ids and labels
│ ├── labels.json # CVAT extension. Contains original ids and labels
│ │ # is not needed when using dataset with YOLOv8 framework
│ │ # but is useful when importing it back to CVAT
│ ├── label_0
│ │ ├── <image_name_0>.jpg
│ │ ├── <image_name_1>.jpg
Expand All @@ -35,5 +37,4 @@ archive.zip/
│ │ ├── <image_name_2>.jpg
│ │ ├── ...
├── ...

```

0 comments on commit 2b182cf

Please sign in to comment.