HumanSignal / HumanSignal/label-studio-ml-backend
TypeError: init_app() got an unexpected keyword argument 'model_dir'
Open
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 490
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 3
Description
When executing _wsgi.py from within examples/segment_anything_model/ I'm getting a type error that says the following:
Ubuntu 22.04
Python 3.11.4
```
python _wsgi.py -p 4243
Traceback (most recent call last):
File "/home/sam/Projects/labelSAM/label-studio-ml-backend/label_studio_ml/examples/segment_anything_model/_wsgi.py", line 107, in
app = init_app(
^^^^^^^^^
TypeError: init_app() got an unexpected keyword argument 'model_dir'
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.