TinySAM icon indicating copy to clipboard operation
TinySAM copied to clipboard

Official PyTorch implementation of "TinySAM: Pushing the Envelope for Efficient Segment Anything Model"

Results 11 TinySAM issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to use TinySAM with the output of RTMDet as bounding box prompts. I came across the issue of the 'multimask_output' parameter in the 'predict' method of mask_predictor...

Hello! I came across two issues loading Q-TinySAM. First one is running `demo_quant.py` looking for normal checkpoints due to model type being `vit_t`, is this the proper type for loading...

with four points, the tiny-sam does'nt segment correctly,while HQ-Sam works well even for pictures with great noises ![test](https://github.com/xinghaochen/TinySAM/assets/50652630/43e6995e-930e-44b6-8a3c-b1ce83004932) ![20231226114538](https://github.com/xinghaochen/TinySAM/assets/50652630/ddac07ac-c1f2-4f6a-8710-135071f613ce)

Hi, nice work it is. I'm tring your method to do some application and have some questions about the quantization. I have carefully looked at the code in demo_quan.py and...

Hello, Author, Your paper is very nice, thanks for sharing. I have a confusion is that I can't find which part of the codes shows the knowledge distillation.

![image](https://github.com/xinghaochen/TinySAM/assets/64136561/0e6f4646-c93e-470c-8b2d-66c7c0de635a) I want to export QTinySAM onnx file, but I met this question. Do you have a solution?

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...

![2024-03-05_16-03](https://github.com/xinghaochen/TinySAM/assets/61035902/3aad3831-f32c-4863-957f-5cf30e960a67) I have a question, does this time represent the runtime of a single image in SegEvery mode?

If so, in the full-stage knowledge distillation, the image encoder is randomly initialized, is the mask decoder finetuned at a smaller learning rate than the light weight image encoder? Is...

如题,使用设备为3060,对比相同输入的模型与量化模型,量化模型体积更大,推理速度更慢