Skip to content

Commit 9c544e8

Browse files
committed
Fix yolo test
1 parent a506f30 commit 9c544e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

superannotate/input_converters/converters/yolo_converters/yolo_to_sa_vector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def yolo_object_detection_to_sa_vector(data_path, output_dir):
4343
)
4444
continue
4545

46-
if Path(files_list[0]).suffix == 'txt':
46+
if Path(files_list[0]).suffix == '.txt':
4747
file_name = files_list[1]
4848
else:
4949
file_name = files_list[0]

0 commit comments

Comments
 (0)