Skip to content

Commit

Permalink
Merge branch 'master' of github.com:DeGirum/ultralytics_yolov8
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehrdad committed Jan 27, 2025
2 parents 7e40e86 + ffe56f5 commit baf2ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dg_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def parser_arguments():
parser.add_argument('--weights', type=str, default='', help='initial weights path')
parser.add_argument('--format', type=str, default='tflite', help='export format')
parser.add_argument('--quantize', action='store_true', help='int8 export')
parser.add_argument('--data', type=str, default='coco128.yaml', help='dataset.yaml path')
parser.add_argument('--data', type=str, default='', help='dataset.yaml path')
parser.add_argument('--imgsz', '--img', '--img-size', type=int, default=640, help='train, val image size (pixels)')
parser.add_argument('--max_ncalib_imgs', type=int, default=100, help='calibration image set size')
parser.add_argument('--no-separate-outputs', action='store_true', help='do not separate outputs')
Expand Down

0 comments on commit baf2ca6

Please sign in to comment.