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 --demoThis 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 --helpStopping Edge
To stop the Edge system script, run the following command:
datature-edge --stopIf you want to disable automatic restarts, run the following command:
datature-edge --disableTo re-enable automatic restarts, run the following command:
datature-edge --enableUpdated about 2 months ago