- efficientnet arxiv: EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks
- efficientnet github: https://github.com/qubvel/efficientnet
- keras2onnx: https://github.com/onnx/keras-onnx
- pypi: https://pypi.org/project/efficientnet
run this command to install efficientnet
pip install efficientnet
python3 export_onnx.py
cd ../ # in project directory
mkdir build && cd build
cmake ..
make -j
cd ../../bin/
./tensorrt_inference efficientnet ../configs/efficientnet/config.yaml ../samples/classification