Adriano D.
Adriano D.
Hello! Sorry for but I was overwhelmed the last few days! Regarding the speed. I also notice larger times for first frame but not as extreme as you are seeing!...
I tried and I see what you mean with yolo loosing tracking. With such low threshold confidence the NMS error might be caused by the model finding many 'people' boxes...
Up! Still does not work
Other changes you see are just autopep8 style corrections that were applied by default by my editor.
Install torch with mps support then it should be enough to choose `mps` as backend ```python from mobile_sam import sam_model_registry, SamAutomaticMaskGenerator, SamPredictor model_type = "vit_t" sam_checkpoint = "./weights/mobile_sam.pt" device =...