Skip to content

Commit aff82aa

Browse files
authored
Update test.py
1 parent 93574a5 commit aff82aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def test(data,
285285

286286
if __name__ == '__main__':
287287
parser = argparse.ArgumentParser(prog='test.py')
288-
parser.add_argument('--weights', nargs='+', type=str, default='weights/v5lite-s.pt', help='model.pt path(s)')
288+
parser.add_argument('--weights', nargs='+', type=str, default='weights/v5Lite-s.pt', help='model.pt path(s)')
289289
parser.add_argument('--data', type=str, default='data/coco.yaml', help='*.data path')
290290
parser.add_argument('--batch-size', type=int, default=64, help='size of each image batch')
291291
parser.add_argument('--img-size', type=int, default=320, help='inference size (pixels)')

0 commit comments

Comments
 (0)