Skip to content

Commit

Permalink
refactor: check voc2coco is OK
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxiaohai committed May 13, 2024
1 parent 66057d8 commit 53702c1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion labelme2datasets/split_voc_datasets.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""splitting voc format datasets into training set and test set"""
# coding=utf-8
"""splitting voc format datasets into training set and test set"""


import argparse
import sys
Expand Down
2 changes: 1 addition & 1 deletion labelme2datasets/voc2coco.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding=utf-8
"""turn voc format datasets into coco format datasets"""
# coding = utf-8

import argparse
import sys
Expand Down
Binary file modified output/test_coco_output/test/20180928115522.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified output/test_coco_output/train/20180928115506.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified output/test_coco_output/train/20180928115538.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 53702c1

Please sign in to comment.