notebooks
notebooks copied to clipboard
Using MMDetection in zero-shot-object-detection-with-grounding-dino.ipynb
trafficstars
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
- #211
Type of change
- [x] New feature (non-breaking change which adds functionality)
- [x] This change requires a documentation update
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.
Hi @RomRoc 👋🏻 Could we showcase usage of Python API over premade scripts?
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