I'm trying to compile the video predictor by passing vos_optimized = True to build_sam2_video_predictor, but I'm running into issues with the recompilation limit. It seems that for each number of ...
Hello, Im trying to fine-tune the mask decoder of tiny sam on a custom dataset while freezing the weights of the image_encoder and prompt_encoder. Im having an issue in my training loop where the ...