ResT icon indicating copy to clipboard operation
ResT copied to clipboard

How to use ResT as my own backbone network

Open hongsheng-Z opened this issue 3 years ago • 2 comments

Hi, thanks for your great work. Now I want to use your Rest as my backbone network for visual target tracking. How do I implement this operation? Can I directly download your pre-trained model for loading?

hongsheng-Z avatar Jan 02 '22 03:01 hongsheng-Z

The d2 folder gives examples of adopting ResT as backbones for the Detection task. If your code is based on detectron2, you need to convert the original pre-trained weights to d2 format by convert_to_d2.py

wofmanaf avatar Jan 03 '22 12:01 wofmanaf

Have you trained on ImageNet-22K, and if so, can you provide a pre-trained model?

hongsheng-Z avatar Jan 06 '22 05:01 hongsheng-Z