Hi from the Segment Anything team! Today we’re releasing Segment Anything Model 2! It's the first unified model for real-time promptable object segmentation in images and videos! We're releasing the code, models, dataset, research paper and a demo! We're excited to see what everyone builds! https://ai.meta.com/blog/segment-anything-2/
Thank you for sharing it! Is there any plans to move the codebase to a more performant programming language?
It doesn't matter much because all the real computation happens on the GPU. But you could take their neural network and do inference using any language you want.