anylabeling icon indicating copy to clipboard operation
anylabeling copied to clipboard

The software crashes when loading the model

Open lonelywanderer8 opened this issue 1 year ago • 5 comments

I encountered a software crash while loading the SAM model. Error message: Traceback (most recent call last): File "D:\anaconda\envs\anylabelme\lib\site-packages\anylabeling\utils.py", line 15, in run self.func(*self.args, **self.kwargs) File "D:\anaconda\envs\anylabelme\lib\site-packages\anylabeling\services\auto_labeling\model_manager.py", line 438, in _load_model from .segment_anything import SegmentAnything File "D:\anaconda\envs\anylabelme\lib\site-packages\anylabeling\services\auto_labeling\segment_anything.py", line 20, in from .sam2_onnx import SegmentAnything2ONNX File "D:\anaconda\envs\anylabelme\lib\site-packages\anylabeling\services\auto_labeling\sam2_onnx.py", line 11, in class SegmentAnything2ONNX: File "D:\anaconda\envs\anylabelme\lib\site-packages\anylabeling\services\auto_labeling\sam2_onnx.py", line 20, in SegmentAnything2ONNX def encode(self, cv_image: np.ndarray) -> list[np.ndarray]: TypeError: 'type' object is not subscriptable

lonelywanderer8 avatar Sep 01 '24 03:09 lonelywanderer8

which python version you are using? if you are using python 3.8 and earlier please upgarde to python3.9 or later and try.

pinnintipraneethkumar avatar Sep 04 '24 05:09 pinnintipraneethkumar

I also encountered a software crash while loading the SAM model. My python version is python3.12

zhoujialos avatar Sep 05 '24 02:09 zhoujialos

Also application crash while loading the SAM model (tried 2 models, which are downloaded from huggingface). My Python version is 3.10.6 (win10). Using the latest standalone-gpu exe ([0.4.8]

chrish222 avatar Oct 10 '24 23:10 chrish222

I also encountered this error on the EXE file. Any solution ?

ainayves avatar Dec 19 '24 11:12 ainayves

when you download exe crashes when loading model when you create env and you make pip install anylabeling anylabeling is sam 2 works normally probably exe is corrupted or something?

KlausikPL avatar Dec 24 '24 11:12 KlausikPL