branislavhesko / segment-anything-ui

Segment anything UI for annotations
MIT License
71 stars 16 forks source link

Error loading model: name 'create_sam_model' is not defined #10

Open lzhangsh opened 5 days ago

lzhangsh commented 5 days ago

Thanks for making this project practical, but I did have a few questions while installing it and would like to get your assistance :) I have followed every step listed in the Readme. I thought the prerequisite _efficientvit_ installation worked, since I got these feedbacks: 86e4bf2f8c2fa156187d72ff3d58059a 16de43b7698773854803dfe7ff1c7a4a However, when I ran python segment-anything-ui/mainwindow.py, it failed and had error saying 'create_sammodel' is not defined image

branislavhesko commented 3 days ago

I will check this problem in upcoming days. I think I messed up optional efficientvit model imports.