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

Add DINO-GPT-4V Notebook #220

Closed capjamesg closed 10 months ago

capjamesg commented 10 months ago

Description

This PR adds a notebook to accompany the DINO-GPT4-V: Use GPT-4V in a Two-Stage Detection Model guide.

Type of change

Please delete options that are not relevant.

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

This notebook can be tested by running all code cells.

Any specific deployment considerations

N/A

Docs

The README table has been updated as required.

josephofiowa commented 10 months ago

Looks really good.

A few things that I'd recommend adding:

These are suggestions, not necessarily blockers.

Consideration: have an example notebook already run with all outputs cached in the notebook. This increases notebook size precipitously. It may also be an effective way to showcase capabilities.

I have not yet run the notebook independently.