tcfkaj / CLIP-ODS

CLIP Object Detection, search object on image using natural language #Zeroshot #Unsupervised #CLIP #ODS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[CLIP ODS] CLIP Object Detection & Segmentation

This repo is about a simple add-on over CLIP by OpenAI for Unsupervised Object Detection (Zeroshot). You can search bounding boxes and some regions of objects using NATURAL LANGUAGE UNDERSTANDING - no classes, only text.

Open In Colab

INSTALLING

pip install clip_ods

Minimal Examples

  • ClipDetectionV0: Open In Colab
  • ClipDetectionV1 (with simple segmentation): Open In Colab

V0:

Authors:

Supported by:

About

CLIP Object Detection, search object on image using natural language #Zeroshot #Unsupervised #CLIP #ODS

License:MIT License


Languages

Language:Python 100.0%