m-wei

Results 22 comments of m-wei

do you know what the result means? I think the detector's result should be a coordinate like x.y.z,so i want to know what np.array[[[ 6.22880459e-03, 8.09559159e+01, 1.34717508e+01, 2.13114373e+02, 9.21659704e+00]] means,or...

I am the same as you! Do you test the model that the author give? what about the result??

Have you modified the official export onnx code?when I export tensorrt,that reports a error: Can you show me onnx version? [04/17/2024-14:59:10] [E] [TRT] ModelImporter.cpp:768: While parsing node number 1209 [Slice...

my tensorrt version is 8.6.0,can you give me : torch and onnx version

@busyyang these weight files is successful, my problem exported onnx model is from official MobileSAM library

@busyyang my question is solved, you can compile [nanosam](https://github.com/NVIDIA-AI-IOT/nanosam) nanosam/mobile_sam/utils/onnx.py, this code don't export mask node,I guess the node has some bug

@busyyang nonono, this export code is only decoder model, encoder model is from https://github.com/dinglufe/segment-anything-cpp-wrapper, this library's exported model's name is xx_preprocess.onnx,this is actually encoder model.

我用你原始的镜像里面的trtllm库倒是都是-D_GLIBCXX_USE_CXX11_ABI=1的

![Image](https://github.com/user-attachments/assets/16e73c65-ea63-45ad-929e-c3787087f01c) 我的gcc版本也挺高,然后我用的是trtllm源码编译,如果用默认的参数的话编出来都是-D_GLIBCXX_USE_CXX11_ABI=0的

我相当于直接调用TrtllmInferer类,然后mian结束回收会报错,在这个之前没有手动析构