common-image-segmentation-algorithm
common-image-segmentation-algorithm copied to clipboard
🚀 Do not need libtorch, pure C++ TensorRT deploys SOLOv2 etc, which can be quickly ported to NX/TX2.
编译问题
请问这个需要solov2的相关环境吗,我在build里make报错如下: CMake Error:The source directory ".../SOLOv2-TensorRT" does not appear to contain CMakeLists.txt
运行./convertModel ./solov2_r50_fpn_8gpu_3x.onnx -g ./seg_coco_permute.bin后 出现: ./convertModel: error while loading shared libraries: libnvinfer.so.7: cannot open shared object file: No such file or directory
您好,我在自己的电脑运行./convertModel ./solov2_r50_fpn_8gpu_3x.onnx -g ./seg_coco_permute.bin时出现以下错误 -->Generate model start Input filename: solov2_r50_fpn_8gpu_3x.onnx ONNX IR version: 0.0.6 Opset version: 11 Producer name: pytorch Producer version: 1.7 Domain: Model version: 0 Doc string: ERROR:...
Hi developer, thanks for you great repo, how did you convert from torch to onnx and tensorRT models, best