roboflow / notebooks

Examples and tutorials on using SOTA computer vision models and techniques. Learn everything from old-school ResNet, through YOLO and object-detection transformers like DETR, to the latest models like Grounding DINO and SAM.
https://roboflow.com/models
5.27k stars 814 forks source link

Using MMDetection in zero-shot-object-detection-with-grounding-dino.ipynb #213

Closed RomRoc closed 2 months ago

RomRoc commented 11 months ago

Description

I updated the Colab notebook to run zero shot object detection using MMDetection library, instead of the original Grounding Dino library. It seems a simpler code. We obtain similar results.

This pull request fixes issue

Type of change

How has this change been tested, please provide a testcase or example of how you tested the change?

I run the entire notebook in Colab.

Any specific deployment considerations

This is a base notebook, it needs more documentation and example to become as complete as original notebook.

Docs

Need to be updated docs in new Colab.

SkalskiP commented 11 months ago

Hi @RomRoc 👋🏻 Could we showcase usage of Python API over premade scripts?

RomRoc commented 11 months ago

Hello @SkalskiP I don't know if I understood your comment. I created a new pull request, using python code instead of script demo/image_demo.py

CLAassistant commented 11 months ago

CLA assistant check
All committers have signed the CLA.