HaoYang0123

Results 2 issues of HaoYang0123

I need to convert onnx model to saved model. I use the example which is ok but not saved model onnx_model = onnx.load(onnx_path) # load onnx model onnx.checker.check_model(onnx_model) tf_rep =...

I download VGG-16 model and use this model in demo.py. It returns multiple boxes in each image, however it doesn't output the visual features of these boxes. How to modify...