ChenDelong1999 / RemoteCLIP

🛰️ Official repository of paper "RemoteCLIP: A Vision Language Foundation Model for Remote Sensing" (IEEE TGRS)
https://arxiv.org/abs/2306.11029
Apache License 2.0
228 stars 13 forks source link

Add `autodistill-remote-clip` to README #15

Closed capjamesg closed 7 months ago

capjamesg commented 7 months ago

Hello there! I am an engineer at Roboflow. I added RemoteCLIP to Autodistill a framework for auto-labeling datasets with foundation models. Using this extension, you can auto-label a folder of images with RemoteCLIP, and use the resulting dataset to train a fine-tuned classification model.

You can also use RemoteCLIP with the new [ComposedDetectionModel](https://blog.roboflow.com/label-product-skus/) API, allowing you to use a detection model to find objects of interest, then RemoteCLIP to classify each region. I thought I'd PR the feature here so people can use your research for auto-labeling!

ChenDelong1999 commented 7 months ago

Hi James, thank you so much for contributing! 🚀🚀🚀