We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0be15 commit 907c32aCopy full SHA for 907c32a
yolov5_2_coco.py
@@ -28,7 +28,7 @@ def __init__(self, data_dir):
28
29
def __call__(self, mode_list: list):
30
if not mode_list:
31
- return ValueError(f'mode_list is empty!!')
+ return ValueError('mode_list is empty!!')
32
33
for mode in mode_list:
34
# Read the image txt.
0 commit comments