Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL authored Oct 25, 2023
1 parent cf57863 commit f8b769c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/docs/SupportConversions/coco_to_labelimg.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ publishdate: "2022-09-30T05:33:22+01:00"
```
- Convert
```bash {linenos=table}
coco_to_labelImg --data_dir dataset/COCO_format
coco_to_labelImg --data_dir dataset/COCO_format --save_dir dataset/labelImg_format
```
- `--data_dir`: the directory where the COCO format dataset is located. Default is `dataset/COCO_format`.
- `--save_dir`: Path to save the converted dataset. Default is `f"{data_dir.name}_labelImg_format"`
- Converted directory structure (see `dataset/labelImg_format` for details):
```text {linenos=table}
labelImg_format
Expand Down

0 comments on commit f8b769c

Please sign in to comment.