Skip to content

Commit 53702c1

Browse files
author
shenxiaohai
committed
refactor: check voc2coco is OK
1 parent 66057d8 commit 53702c1

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

labelme2datasets/split_voc_datasets.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
"""splitting voc format datasets into training set and test set"""
21
# coding=utf-8
2+
"""splitting voc format datasets into training set and test set"""
3+
34

45
import argparse
56
import sys

labelme2datasets/voc2coco.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
# coding=utf-8
12
"""turn voc format datasets into coco format datasets"""
2-
# coding = utf-8
33

44
import argparse
55
import sys
-145 Bytes
Loading
-113 Bytes
Loading
-122 Bytes
Loading

0 commit comments

Comments
 (0)