Adriano D.

Results 11 comments of 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 =...

Hello! I did not test with half precision as my GPU is a bit old and does not benefit much from it. Adding the `require_full_compilation=True` during trt export seems to...

Did you try to install mmcv-full as suggested? I can check the version I am using. I am passing the original ckpt not the TorchScript compiled version to torchtrt compile...

Hello @Yusepp. Yes I always installed with `-e` flag and did not notice some `__init__.py` was missing! Can you try again if it works successfully now? Thank you very much!

I'm sorry to hear that. Can you try to repeat your experiments with the original implementation I started from and see if there's any difference? https://github.com/jaehyunnn/ViTPose_pytorch

I’m sorry, it seems to be a problem with the original project. I will remove the fine tuning part completely from the current state of the repository if it is...