big_transfer icon indicating copy to clipboard operation
big_transfer copied to clipboard

Object detection pre-trained weights

Open arunponnusamy opened this issue 5 years ago • 2 comments

First of all kudos to the great work.

In the official blog post on Google AI blog, it is mentioned that BiT models pre-trained on large datasets perform better on object detection task as well. But in the repo couldn't find any details about object detection models.

Any plans to release object detection BiT models and tutorial/colab for fine tuning on custom dataset ?

Cheers.

arunponnusamy avatar Jun 10 '20 11:06 arunponnusamy

+1

Zumbalamambo avatar Jun 10 '20 12:06 Zumbalamambo

Thanks for your interest! We are unlikely to release that as it was trained in a non-public code-base, but in principle you should be able to, for example, plug the released PyTorch BiT models into Detectron2 or similar and get a corresponding boost in performance.

lucasb-eyer avatar Jul 07 '20 21:07 lucasb-eyer