Closed Hanning-Liu closed 11 months ago
Hi @Hanning-Liu
Hi @Mountchicken , Thank you for your detailed reply!
Thank you!
@Hanning-Liu For Q1. SAM can segment object inside a drawn bounding box, I guess this is the feature you want?
Hi @Mountchicken , Yes! I just came up with an idea to interactively cut out a rectangle area using OpenCV and only apply SAM algorithm to that area, finally overide the original pixels with the segmented mask.
Acctually you don't need to crop the image. You can just pass the whole image and the corresponding rectangle coordinates to SAM, and SAM will only segment thing in that rectangle.
Thank you! I will give it a try!
Hi, @Mountchicken and @spacewalk01 !
I've tried the demo of T-Rex on this website https://deepdataspace.com/playground/ivp, and the result is awsome!
I have three questions about T-Rex which are also written in the screenshot above:
Thank you for your wonderful work and looking forward to your reply!