Open hwangdeyu opened 2 years ago
Hi @hwangdeyu , thank you for the new model files. Do you have the performance comparison of the models? ssd-mobilenet is removed from inference in closed division but we can still use it to submit results to open division.
ssd-mobilenet 300x300
from https://github.com/mlcommons/inference/tree/r1.1/vision/classification_and_detection.The
ZerosLike inserts Casts before Mul
issue can be optimized refer: https://github.com/onnx/tensorflow-onnx/issues/1997 which can improve the inference performance.Optimized model
opset 11
andopset 15
. ssd_mobilenet_v1_coco_2018_01_28_opset11.zip ssd_mobilenet_v1_coco_2018_01_28_opset15.zip