MikoMikarro
MikoMikarro
CUDA 10.2? o.O Seems nice
Nice i'll try and tell you. Greater versions of tensorrt also work?
Wow! That's a huge improvement, i'll try it now! Thanks!
Hello! Exactly, I've installed the package only to get the ```.so``` files. As you saw from the last pull request I made, the repository isn't necessarily at the latest Firmware...
Hello everyone! Thank you for jumping into the conversation! As commented on the previous pull request discussion, the implementation was more of a "proof of concept" than an implementation request....
Yes, the system will generate $N$ masks and the user will add points that will determine what masks to load. But the masks are generated before,
Hi, the current implementation gives from 1 to 21500+ masks that are filtered by confidence score and using the NMS algorithm. Once all the masks are generated, you can "query"...
They can overlap indeed! Right now, as the point is the input of all the masks that contain that point load simultaneously, only the mask that holds all the "small"...
Hi @andriiryzhkov! Thanks for the read, I see now what you talk about with the encoding of the image. I see a nice improvement on the resulting mask when a...
@andriiryzhkov, I perfectly understand the benefits of promptable image generation. That part is just implementation that will be done in the blend operator and I will be responsible for that...