Closed hufangjian closed 2 years ago
Hi, the baseline model is pretrained by Tianwei, you may contact him to get access to the ckpt, yintianwei@utexas.edu .
@hufangjian Hi, I work around this problem to use the trtexec to rebuild the engine from your nvidia environment. e.g.:
$ trtexec --onnx=pfe_baseline32000.onnx --workspace=16384 --saveEngine=pfe_baseline_fp16.engine
$ trtexec --onnx=rpn_baseline.onnx --workspace=16384 --saveEngine=rpn_baseline_fp16.engine.
b.t.w. the path(like model path) in the source code is hard coded, you need to make some modification.
On the other hand, you could set the bool value params.load_engine = false
in file samplecenterpoint.cpp
I use V100,please provide the origin model ,thank you