Skip to content

Latest commit

 

History

History
 
 

efficientnet

EfficientNet Keras=>ONNX=>TensorRT

1.Reference

run this command to install efficientnet

pip install efficientnet

2.Export ONNX Model

python3 export_onnx.py

3.Build efficientnet_trt Project

mkdir build && cd build
cmake ..
make -j

4.run efficientnet_trt

./efficientnet_trt ../config.yaml ../samples