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

update Ultralytics CLI Docs link #116

Closed mo-traor3-ai closed 1 year ago

mo-traor3-ai commented 1 year ago

Description

Updated the link for YOLOv8 CLI in the Markdown instructions for the notebook:

  1. old link: https://v8docs.ultralytics.com/cli/

    image
  2. new one: https://docs.ultralytics.com/usage/cli/

    image

List any dependencies that are required for this change.

Type of change

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

To test:

  1. enter this link in your browser: https://v8docs.ultralytics.com/cli/ -- leads nowhere
  2. enter this link in your browser: https://docs.ultralytics.com/usage/cli/
  3. click the Ultralytics CLI Docs link in the current notebook
  4. click the Ultralytics CLI Docs link in the notebook in my PR
image

my update:

image

Any specific deployment considerations

None

Docs

SkalskiP commented 1 year ago

I guess we need to do that change in other YOLOv8 notebooks. Would you be kind enough to do that?

mo-traor3-ai commented 1 year ago

I guess we need to do that change in other YOLOv8 notebooks. Would you be kind enough to do that?

updated links for YOLOv8 Object Detection and YOLOv8 Classification notebooks, too

SkalskiP commented 1 year ago

LGTM! Merged 🚀