Running Inferences

Running Edge

Once you have installed Edge, you can choose how you want to load your model. You can either load your model from Nexus or load your own custom model. You can also choose to run Edge on a camera feed or on a single image for visualization.

To view a demo, run the following command:

datature-edge --demo

This will activate the Edge system script as a daemon, which will start the inference process using a sample model that detects red blood cells. If the script has successfully started, you should see a window displaying the camera feed.

Upon failure or reboot, the script will automatically attempt to restart.

To view all the available options, run the following command:

datature-edge --help

Stopping Edge

To stop the Edge system script, run the following command:

datature-edge --stop

If you want to disable automatic restarts, run the following command:

datature-edge --disable

To re-enable automatic restarts, run the following command:

datature-edge --enable