Fix ONNX opset inconsistency with parseargs and run args (#5937)
This commit is contained in:
parent
5bdb28ed10
commit
4fb6dd4b26
|
|
@ -325,7 +325,7 @@ def run(data=ROOT / 'data/coco128.yaml', # 'dataset.yaml path'
|
||||||
int8=False, # CoreML/TF INT8 quantization
|
int8=False, # CoreML/TF INT8 quantization
|
||||||
dynamic=False, # ONNX/TF: dynamic axes
|
dynamic=False, # ONNX/TF: dynamic axes
|
||||||
simplify=False, # ONNX: simplify model
|
simplify=False, # ONNX: simplify model
|
||||||
opset=12, # ONNX: opset version
|
opset=14, # ONNX: opset version
|
||||||
verbose=False, # TensorRT: verbose log
|
verbose=False, # TensorRT: verbose log
|
||||||
workspace=4, # TensorRT: workspace size (GB)
|
workspace=4, # TensorRT: workspace size (GB)
|
||||||
topk_per_class=100, # TF.js NMS: topk per class to keep
|
topk_per_class=100, # TF.js NMS: topk per class to keep
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue