facebookresearch / sam2

The repository provides code for running inference with the Meta Segment Anything Model 2 (SAM 2), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
Apache License 2.0
12.14k stars 1.1k forks source link

Question about box input "ontology" SAM2 #423

Open Jarradmorden opened 1 week ago

Jarradmorden commented 1 week ago

Hi,

I am not sure if this is the correct place to post.

I want to be able to detect the rear-end of the car, can the ontology only go as far as just objects such as "Car" or could i go so far as to say "rear end of car", if not can i just use key points and then do it that way until it is trained on yolov8. I want to essentially detect the rear-end of vehicles and then track them.

Many thanks for any replies! Kind regards, -Jarrad