Skip to content

Latest commit

 

History

History
executable file
·
24 lines (20 loc) · 672 Bytes

File metadata and controls

executable file
·
24 lines (20 loc) · 672 Bytes

Face Gender and Age Network MXNet Symbol=>ONNX=>TensorRT

1.Reference

2.Export ONNX Model

python3 export_onnx.py

3.Build tensorrt_inference Project

cd ../  # in project directory
mkdir build && cd build
cmake ..
make -j

4.Run tensorrt_inference

cd ../../bin/
./tensorrt_inference gender-age ../configs/gender-age/config.yaml ../samples/faces_recognition