- 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
mkdir build && cd build
cmake ..
make -j
./efficientnet_trt ../config.yaml ../samples