SAM 2: Segment Anything in Images and Videos
81–90 of 159 posts
Re: SAM 2: Segment Anything in Images and Videos
#82Re: SAM 2: Segment Anything in Images and Videos
#83Hi 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?
Re: SAM 2: Segment Anything in Images and Videos
#84Re: SAM 2: Segment Anything in Images and Videos
#85Would love to use it for my startup, but I believe it is to self-host on a server with GPU? Or is there an easy to use API?
Re: SAM 2: Segment Anything in Images and Videos
#86Would love to use it for my startup, but I believe it is to self-host on a server with GPU? Or is there an easy to use API?
You just have to wait probably few weeks for the SAM v2 to be available. Hugging Face might also have some offering
Re: SAM 2: Segment Anything in Images and Videos
#87i covered SAM 1 a year ago ( https://news.ycombinator.com/item?id=35558522 ). notes from quick read of the SAM 2 paper https://ai.meta.com/research/publications/sam-2-segment-anyt... 1. SAM 2 was trained on 256 A100 GPUs for 108 hours (SAM1 was 68 hrs on same cluster). Taking the upper end $2 A100 cost off gpulist means SAM2 cost ~$50k to train - surprisingly cheap for adding video understanding? 2. new dataset: the…
I might be minority, but I am not that surprised by the results or the not so significant GPU hours. I've been video segment tracking for a while now using SAM for mask generation and some of the robust academic video-object segmentation models (see CUTIE: https://hkchengrex.com/Cutie/ presented at CVPR this year.)for tracking the mask. I need to read SAM2 paper, but 4. seems a lot like what Rex has in CUTIE. CUTIE c…
Re: SAM 2: Segment Anything in Images and Videos
#88Impressive, wondering if this is now out of the box fast enough to run on iphone. Previous SAM had some community projects such as FastSAM, MobileSAM, EfficientSAM that tried to speed up. Wish when Readme reporting FPS, provided on what hardware it was tested
Re: SAM 2: Segment Anything in Images and Videos
#89Earlier quoted context omitted.
Code, model, data and under Apache 2.0. Impressive. Curious how this was allowed to be more open source compared to Llama's interesting new take on "open source". Are other projects restricted in some form due to technical/legal issues and the desire is to be more like this project? Or was there an initiative to break the mold this time round?
Yeah, but there's a CLA for some reason. I'm wary they will switch to a new license down the road.
Re: SAM 2: Segment Anything in Images and Videos
#90Earlier quoted context omitted.
Everything is a video. An image is the special case of length 1 frame
Here's a sentence I would understand: > We extend SAM to video and retrofit support for images by considering images as a video with a single frame. As it is written, I don't see the link between "We extend SAM to video" and "by considering images as a video with a single frame".
- "We extend SAM to video", because is was previously only for images and it's capabilities are being extended to videos
- "by considering images as a video with a single frame", explaining how they support and build upon the previous image functionality
The main assumptions here are that images -> videos is a level up as opposed to being a different thing entirely, and the previous level is always supported.
"retrofit" implies that the ability to handle images was bolted on afterwards. "extend to video" implies this is a natural continuation of the image functionality, so the next part of the sentence is explaining why there is a natural continuation.