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.09k stars 788 forks source link

Fix mismatched numpy versions with bokeh dependencies in vector notebook #89

Closed yeldarby closed 1 year ago

yeldarby commented 1 year ago

Description

When running the notebook from scratch, noticed that it was complaining in the Colab environment about mismatched versions of numpy & a run-through from the top wasn't working right.

Type of change

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

In Colab environment.

Any specific deployment considerations

None

Docs