Assertion '__n < this->size()' failed

When I am installing Labelme(library) it got installed correctly but right after that when I am running this, I am getting error

“/opt/rh/gcc-toolset-14/root/usr/include/c++/14/bits/stl_vector.h:1130: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator [with _Tp = unsigned int; _Alloc = std::allocator; reference = unsigned int&; size_type = long unsigned int]: Assertion ‘__n < this->size()’ failed.
Aborted (core dumped)”

Can anybody help me out in finding the root cause of this issue, it would mean so much for me

Hi,

The error looks more related to the app itself.
Could you check this with the Labelme owner first?

Thanks.