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.89k stars 759 forks source link

Correct instructions for installing ultralytics via Git #102

Closed robmarkcole closed 1 year ago

robmarkcole commented 1 year ago

Search before asking

Notebook name

Any ultralytics

Bug

The instructions currently are wrong. Correct are:

Git clone method (for development)

git clone https://github.com/ultralytics/ultralytics.git

cd ultralytics

pip install -e .

Environment

All

Minimal Reproducible Example

NA

Additional

NA

Are you willing to submit a PR?

SkalskiP commented 1 year ago

Hi @robmarkcole 👋🏻! I'm on it!

SkalskiP commented 1 year ago

@robmarkcole done! Thanks for bringing that to my attention 🙏🏻