Kapulkin Stanislav
Kapulkin Stanislav
I would like to offer MODNet model trained during hackaton on https://www.kaggle.com/laurentmih/aisegmentcom-matting-human-datasets Hackaton repository with train loop code and kaggle notebook is here: https://github.com/PP22MotionLearning/MODNet Pretrained weights are here: https://drive.google.com/file/d/1mshivzbkzsb_e97Xf7Y3u-1LKp0hvMkh/view Result...
I would like to use cadCAD library with python 3.10. As the library depends on fn.py I prepared an import fix for fn.py to support python 3.10
The code below creates window, which is not always on top ` // Set the window description clan::DisplayWindowDescription desc_window; desc_window.set_title("Motion Learning"); desc_window.set_topmost(); desc_window.set_popup_window(); desc_window.set_allow_resize(false); desc_window.set_layered(true); desc_window.show_caption(false); desc_window.set_size(clan::Size(1792, 828), false); //...
fix for issue #198
In article http://habrahabr.ru/post/207952/ is written: "Еще одна мелочь — слабый градиент серого на фоне. Зависит от настройки монитора, конечно, но в идеале его не должно быть заметно среди текста, но...
I installed openFrameworks in "C:\Program Files\Open Frameworks". Then I ran projectGeneratorSimple and chose project folder on drive D:. In generated solution there were relative paths from project folder to openFrameworks...
# Async LLM calls support proposal ## Description I added aisuite.AsyncClient interface with async version of llm calls and implemented support for a few providers: OpenAI, Anthropic, Mistral, Fireworks. Async...