Skip to content

Commit

Permalink
Fixed conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Mar 28, 2024
1 parent e5f34f0 commit b4210ea
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 236 deletions.
4 changes: 2 additions & 2 deletions tests/test_coco_to_labelImg.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@


def test_normal():
data_dir = test_file_dir / "YOLOV5_COCO_format"
data_dir = test_file_dir / "COCO_format"
converter = COCO2labelImg(data_dir)
converter()

save_dir: Path = test_file_dir / "YOLOV5_COCO_format_labelImg_format"
save_dir: Path = test_file_dir / "labelImg_format"
assert save_dir.exists()

train_dir: Path = save_dir / "train"
Expand Down

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit b4210ea

Please sign in to comment.