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
4.76k stars 742 forks source link

Use new milk file #243

Closed capjamesg closed 5 months ago

capjamesg commented 5 months ago

Description

This PR changes the notebooks that use the milk dataset hosted on Google Drive to use https://media.roboflow.com/milk.zip.

The current way of downloading the file is broken, reported by https://github.com/autodistill/autodistill/issues/116 and validated by me.

Type of change

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

You can download the new file with:

!wget https://media.roboflow.com

Any specific deployment considerations

N/A

Docs

N/A

SkalskiP commented 5 months ago

Tested and merged. Thanks @capjamesg!