Solov2-TensorRT-CPP icon indicating copy to clipboard operation
Solov2-TensorRT-CPP copied to clipboard

not use libtorch for deployment solov2 tensorrt?

Open jcyhcs opened this issue 3 years ago • 1 comments

hi,professor: is there any possible for deployment solov2 don't use libtorch? just use tensorrt deserialize api, then write some postprocess code? beacause it has fewer dependence, install libtorch on jetson isn't friendly! for your build_model , it can create raw tensorrt engine , so the demo can just read it as file,and then create tensorrt context,then deploy, so, please help!

jcyhcs avatar Jan 10 '22 08:01 jcyhcs

This is possible in theory, but libTorch is easier to implement.

chenjianqu avatar Jan 10 '22 10:01 chenjianqu