Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Meta Segment Anything Model 3 (meta.com)
131 points by alcinos 6 hours ago | hide | past | favorite | 26 comments




Released last week. Looks like all the weights are now out and published. Don’t sleep on the SAM 3D series — it’s seriously impressive. They have a human pose model which actually rigs and keeps multiple humans in a scene with objects, all from one 2D photo (!), and their straight object 3D model is by far the best I’ve played with - it got a really very good lamp with translucency and woven gems in usable shape in under 15 seconds.

Between this and DINOv3, Meta is doing a lot for the SOTA even if Llama 4 came up short compared to the Chinese models.


Are those the actual wireframes they're showing in the demos on that page? As in, do the produced models have "normal" topology? Or are they still just kinda blobby with a ton of polygons

This was front page for a while last week

https://news.ycombinator.com/item?id=45982073


Surprisingly, SAM3 works bad on engineering drawings while SAM2 kinda works, and VLMs like Qwen3-VL works as well

Which (if any) of these models could run on a RaspberryPi for object recognition at several FPS?

This would be convenient for post-production and editing of video, e.g. to aid colour grading in Davinci Resolve. Currently a lot of manual labour goes into tracking and hand-masking in grading.

Side question: what are the current top goto open models for image captioning and building image embeddings dbs, with somewhat reasonable hardware requirements?

Try any of the qwen3-vl models. They have 8, 4 and 2B models in this family.

I would suggest YOLO. Depending on your domain, you might also finetune these models. Its relativly easy as they are not big LLMs but either image classification or bounding boxes.

I would recommend bounding boxes.


What do you mean "bounding boxes"? They were talking about captions and embeddings, so a vision language model is required.

Which YOLO?

Any current one. they are easy to use and you can just benchmark them yourself.

I'm using small and medum.

Also the code for using it is very short and easy to use. You can also use ChatGPT to generate small exepriments to see what fits your case better


There aren’t any YOLO models for captioning and the other models aren’t robust enough to make for good embedding models.

Been waiting days to get approval to download this from huggingface. What's up with that?

Miss the old segment anything page, used it a lot. This UI I found very complex to use

I do a test on multimodal LLMs where I show them a dog with 5 legs, and ask them to count how many legs the dog has. So far none of them can do it. They all say "4 legs".

Segment anything however was able to segment all 5 dog legs when prompted to. Which means that meta is doing something else under the hood here, and may lend itself to a very powerful future LLM.

Right now some of the biggest complaints people have with LLMs stems from their incompetence processing visual data. Maybe meta is onto something here.


Segmentation doesn't need to count legs. I'd guess something like YOLO could segment 5 legged dogs too.

YOLO is not a segmentation model.


Thanks! TIL there's a class of segmentation models with the YOLO naming scheme.

I thought it was a joke about YAML

Lol you obviously haven't seen what cheats for FPS games look like in the last 3 years.

https://github.com/Babyhamsta/Aimmy


You don’t need segmentation to count legs. Object detection can do that. DeepLabCut from 2020 perhaps.

I doubt that gemini 3 cannot do it.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: