Skip to content

Commit

Permalink
Fix corrupted encoding in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Alyetama committed May 6, 2022
1 parent a327b02 commit 1b8eef4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions json2yolov5.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ class JSON2YOLO:
The output is a folder with the following structure:
dataset-YOLO
├── classes.txt
├── dataset_config.yml
├── images
│ ├── train
│ └── val
└── labels
├── train
└── val
├── classes.txt
├── dataset_config.yml
├── images
├── train
└── val
└── labels
├── train
└── val
The output will also be stored in a tarball with the same name as the
output folder.
Expand Down

0 comments on commit 1b8eef4

Please sign in to comment.