Kapulkin Stanislav
Kapulkin Stanislav
I read the training code. Method **supervised_training_iter** takes image, trimap and gt_matte. To generate trimap I wrote next code: ``` def makeEdgeMask(mask, width): kernel = np.ones((width,width), np.uint8) erosion = cv2.erode(mask,...
Good day. Is the list of features actual? I'am interested in WebRTC, is it not implemented yet?
There is a discussion on Stackoverflow, how to implement the topmost feature for X11: https://stackoverflow.com/questions/4345224/x11-xlib-window-always-on-top
I tested new and old algorithms on examples below: **Example 1** ``` code = """# start comment if (False # inside comment and True): # condition comment # if comment...
Yes, I made an update with parsing bug fix. So now the code is quite stable. I use it on a daily basis. @margual56, thank you for pointing about the...
@t3rn0 thank you for the review. You are right about _Unparser, this is part of outdated code, I will remove it. Indeed the code had also a few issues. During...
I made a PR with async support implementation for several providers: OpenAI, Anthropic, Mistral, Fireworks. Check it here, please: https://github.com/andrewyng/aisuite/pull/185
> This looks amazing, any updates here? @DHolmanCoding, I added into async client tool and thinking support. Not it is the perfect moment to merge the PR into main branch....
@ksolo @foxty @jeffxtang @joaomdmoura can you, please, review the PR?
I synchronized async client version by adding tool and thinking support. @rohitprasad15, review, please, the PR.