chenscottus

Results 18 issues of chenscottus

Hi, How can I convert those pth models to onnx models? I tried several torch2onnx.py (https://github.com/deepinsight/insightface/blob/master/recognition/arcface_torch/torch2onnx.py) from different repositories but fails. Many thanks! -Scott

When I tried the joinable_coroutine example with VS2022, it broke as: Cannot join a task without the Joinable type!

Hi, I tried to transfer yolo3-spp pt file to onnx, and here is the error: Traceback (most recent call last): File "Libtorch_yolo_to_onnx.py", line 779, in main() File "Libtorch_yolo_to_onnx.py", line 771,...

Would you please share the models you trained? Thanks!

Hi, How can we convert the model to onnx? Thanks, -Scott

Does Alphapose have c++ version? Thanks! -Scott

TensorRT version: 8.5.2 With JetPack 5.1.2 in AGX Orin does not support TopK from ONNX : [11/16/2023-10:31:19] [E] [TRT] ModelImporter.cpp:726: While parsing node number 230 [TopK → “/extractor/TopK_output_0”]: [11/16/2023-10:31:19] [E]...

When I run the model with TensorRT 8.6.2 and CUDA 12.2 in Jetson Device, there are a lot of errors: (Ubuntu 22.04, Jack Pack 6.0 R36.2 https://developer.nvidia.com/embedded/jetpack#collapseAllJetson ) [E] [TRT]...

triaged

Hello, How can we convert the models (such as [PoseC3D](https://github.com/kennymckormick/pyskl/tree/main/configs/posec3d#posec3d) ...) to ONNX format? Thanks! -Scott

Stuck in ~thread_pool() => threads_[i].join(); 145 pthread_join_common.c: No such file or directory. #0 __pthread_clockjoin_ex (threadid=281473323018496, thread_return=0x0, clockid=0, abstime=, block=) at pthread_join_common.c:145 #1 0x0000aaaaaadded30 in std::thread::join() () #2 0x0000aaaaaabba198 in std::jthread::join()...