pyaxengine
to run inference with the Yolo11n model for object detection.Refer to the LLM630 Compute Kit - Config tutorial to learn how to configure the network and file transfer on the LLM630 Compute Kit, and obtain the device’s IP address.
Download the LLM630 Compute Kit Jupyter Notebook project zip file below and extract it.
Software Version | Download Link |
---|---|
llm630_compute_kit_jupyter_project_for_yolo11s_v1.0 | Download |
A PC on the same network can access the Jupyter Notebook web page at the device IP address (default port: 8888).
http://{IP}:8888
Click Upload
to upload the project files to your workspace, and then double-click to open the project file.
Follow the instructions in the project file, executing code blocks step by step to experience using pyaxengine
with the Yolo11n model for object detection.