simpleflowgui.github.io

Flow Guide

To create your first flow, follow the steps below:

  1. Expand the libraries list by clicking on the triangle on the upper right corner of the main UI.

  1. Click on the “Basic” library to show the list of nodes that it includes.

  1. Add a Start node by dragging and dropping it from the list.

  1. Click on the “Computer Vision” library to show the list of nodes that it includes.

  1. Drag and drop a Predict YOLO node.

  1. Click on the “Basic” library again.

  1. Drag and drop an Output Image node, and then an End node.

  1. Connect the Start node to the Predict YOLO node.

  1. Connect the Predict YOLO node to the Output Image node and the End node.

  1. Select “pre-trained” for model, “Detection” for mode, “YOLOv8n” for select model, and any image to perform prediction on such as an image of a plane for the parameters of the Predict YOLO node.

  1. To execute the flow, click on the “Execute” button.

To save the flow, click on the “Save Flow” button.

To load the flow again, click on the “Load Flow” button.