Both
and
are commonly used in computer vision projects. Below, we compare and contrast
and
.
Using Autodistill, you can compare OWL ViT and CoDet on your own images in a few lines of code.
Here is an example comparison:
To start a comparison, first install the required dependencies:
Next, create a new Python file and add the following code:
Above, replace the images in the `images` directory with the images you want to use.
The images must be absolute paths.
Then, run the script.
You should see a model comparison like this:
When you have chosen a model that works best for your use case, you can auto label a folder of images using the following code:
OWL-ViT is a transformer-based object detection model developed by Google Research.
How to AugmentHow to LabelHow to Plot PredictionsHow to Filter PredictionsHow to Create a Confusion MatrixCoDet is an open vocabulary zero-shot object detection model.
How to AugmentHow to LabelHow to Plot PredictionsHow to Filter PredictionsHow to Create a Confusion MatrixJoin 250,000 developers curating high quality datasets and deploying better models with Roboflow.
Get started