使用此命令使用
正确的参数转换 EfficientDet 模型:
python3 $MO_ROOT/mo.py
--input_shape=[1,512,512,3]
--input=image_arrays
--reverse_input_channels
--input_model savedmodeldir/efficientdet-d0_frozen.pb
--transformations_config $MO_ROOT/extensions/front/tf/automl_efficientdet.json
使用此命令使用
正确的参数转换 EfficientDet 模型:
python3 $MO_ROOT/mo.py
--input_shape=[1,512,512,3]
--input=image_arrays
--reverse_input_channels
--input_model savedmodeldir/efficientdet-d0_frozen.pb
--transformations_config $MO_ROOT/extensions/front/tf/automl_efficientdet.json
举报