htcr
htcr
Hi rbavery: We'll take care of this soon. Please stay tuned.
Have been quite busy recently. Will try to figure out how to upload to huggingface this week.
Our checkpoints have been uploaded to hugging face, see link in README. Closing, feel free to re-open if you encounter issues.
Hi, thanks for flagging. What was the exact condition you encountered this issue? Were you using a custom dataset? If you have a fix, feel free to create a pull...
Closing, feel free to reopen if need further discussion.
Thanks for your interest. These are the values used by SAM if I remembered correctly. I don't think they matter a lot as long as they are reasonable values for...
Closing, feel free to reopen if need further discussion.
https://github.com/facebookresearch/detectron2/blob/main/detectron2/modeling/backbone/vit.py notice this is not required for SAM-road, it's just an ablation study.
Closing, feel free to reopen if need further discussion.
Hi Ruizhe, the logic you mentioned is in the inference.py. model.py contains mainly training code. As mentioned in the paper, during training, the model uses "teacher forcing", which adds noise...