Closed sidh1603 closed 1 year ago
loading libmmdeploy_ort_net.so ... [2023-04-24 12:18:55.505] [mmdeploy] [info] [model.cpp:35] [DirectoryModel] Load model: "/home/dell-cv1/Documents/SID_POSE/rtmpose-ort/rtmpose-m/" [2023-04-24 12:18:55.505] [mmdeploy] [info] [model.cpp:35] [DirectoryModel] Load model: "/home/dell-cv1/Documents/SID_POSE/rtmpose-ort/rtmdet-nano/" [2023-04-24 12:18:55.603] [mmdeploy] [info] [inference.cpp:54] ["img"] <- ["data"] [2023-04-24 12:18:55.603] [mmdeploy] [info] [inference.cpp:65] ["post_output"] -> ["dets"] [2023-04-24 12:18:55.723] [mmdeploy] [info] [inference.cpp:54] ["img"] <- ["rois"] [2023-04-24 12:18:55.723] [mmdeploy] [info] [inference.cpp:65] ["post_output"] -> ["keypoints"] /opt/rh/devtoolset-9/root/usr/include/c++/9/bits/stl_vector.h:1042: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](std::vector<_Tp, _Alloc>::size_type) [with _Tp = int; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::reference = int&; std::vector<_Tp, _Alloc>::size_type = long unsigned int]: Assertion '__builtin_expect(__n < this->size(), true)' failed. Aborted (core dumped)
No response
@sidh1603 hi, is it the same with #2023 ? If so, pls. move to there.
continue on https://github.com/open-mmlab/mmdeploy/issues/2023
📚 The doc issue
loading libmmdeploy_ort_net.so ... [2023-04-24 12:18:55.505] [mmdeploy] [info] [model.cpp:35] [DirectoryModel] Load model: "/home/dell-cv1/Documents/SID_POSE/rtmpose-ort/rtmpose-m/" [2023-04-24 12:18:55.505] [mmdeploy] [info] [model.cpp:35] [DirectoryModel] Load model: "/home/dell-cv1/Documents/SID_POSE/rtmpose-ort/rtmdet-nano/" [2023-04-24 12:18:55.603] [mmdeploy] [info] [inference.cpp:54] ["img"] <- ["data"] [2023-04-24 12:18:55.603] [mmdeploy] [info] [inference.cpp:65] ["post_output"] -> ["dets"] [2023-04-24 12:18:55.723] [mmdeploy] [info] [inference.cpp:54] ["img"] <- ["rois"] [2023-04-24 12:18:55.723] [mmdeploy] [info] [inference.cpp:65] ["post_output"] -> ["keypoints"] /opt/rh/devtoolset-9/root/usr/include/c++/9/bits/stl_vector.h:1042: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](std::vector<_Tp, _Alloc>::size_type) [with _Tp = int; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::reference = int&; std::vector<_Tp, _Alloc>::size_type = long unsigned int]: Assertion '__builtin_expect(__n < this->size(), true)' failed.
Aborted (core dumped)
Suggest a potential alternative/fix
No response