Forrest logo
back to context overview

yolo

List of commands for yolo:

  • yolo:tldr:0db0a yolo: Train the object detection, instance segment, or classification model with the specified configuration file.
    $ yolo task=${select} mode=train cfg=${path-to-config-yaml}
    try on your machine
    explain this command
  • yolo:tldr:ab3f4 yolo: Create a copy of the default configuration in your current working directory.
    $ yolo task=init
    try on your machine
    explain this command
back to context overview