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

__init__() missing 1 required positional argument: 'public' #68

Closed SkalskiP closed 1 year ago

SkalskiP commented 1 year ago

Search before asking

Notebook name

train-yolov6-object-detection-on-custom-data.ipynb

Bug

While executing

!pip install "roboflow>=0.2.11"

from roboflow import Roboflow
rf = Roboflow(api_key="chess-sample-only-api-key")                       
project = rf.workspace("joseph-nelson").project("chess-pieces-new")         
dataset = project.version(23).download("mt-yolov6")     

I get

__init__() missing 1 required positional argument: 'public'

Environment

Colab

Minimal Reproducible Example

No response

Additional

No response

Are you willing to submit a PR?