Dongyun Liu

Results 5 issues of Dongyun Liu

### Provide environment information Python 3.6.0 :: Continuum Analytics, Inc. labelme 5.0.1 ### What OS are you using? Windows 10 Home ### Describe the Bug when i turn on `auto_save`,It...

bug
priority: medium

1. after I follow [segment_anything_model readme](https://github.com/HumanSignal/label-studio-ml-backend/tree/master/label_studio_ml/examples/segment_anything_model/README.md),I run `python _wsgi.py -p 4243`,get this ``` Traceback (most recent call last): File "/data/zqh/project/label-studio-ml-backend/label_studio_ml/examples/segment_anything_model/_wsgi.py", line 107, in app = init_app( ^^^^^^^^^ TypeError: init_app() got...

**Describe the bug** when I run code ``` python main.py --server ip --user admin --password password --debug DEBUG:hikload:http://admin:[email protected]:65002/ISAPI/System/deviceInfo DEBUG:hikload:http://admin:[email protected]:65002/ISAPI/Streaming/channels DEBUG:hikload:Data sent: e9e31579-c5a1-444c-a2c8-2782525597e51012023-12-25T00:00:00Z2023-12-25T23:59:59Z64 ERROR:root:Could not get recordings for channel 101 ERROR:root:Invalid...

bug

I use pycharm to remote devlopment.now,my pycharm can't connect clearml web. the log is `Retrying (Retry(total=239, connect=239, read=240, redirect=240, status=240)) after connection broken by 'ConnectTimeoutError(, 'Connection to api.clear.ml timed out....

I redownload this repo,and tried `transfoemers` version:`4.40.0.dev`、`4.40.0`、`4.41.2`,the result is still `['']`. some thing i do include: All weight i use is local weight.below is my change. 1. `Meta-Llama-3-8B-Instruct`:llava/conversation.py,line387, tokenizer=AutoTokenizer.from_pretrained("local_path/LLaVA-NeXT/Meta-Llama-3-8B-Instruct") 2....