Configuring and Running the Project
- Configure the Python interpreter.
- On the menu bar of MindStudio, choose .In the Run/Debug Configurations window, click
at the upper-left corner to create a run configuration item Python, as shown in Figure 3. After setting the parameters, click OK.
- Script path: Select image.py in the project directory.
- Parameters: Enter the full name of the test image file.
- Python interpreter: Select Use specified interpreter and select the added Python interpreter from the drop-down list box.
- On the menu bar of MindStudio, choose to run the project.If the following information is displayed, the execution is complete. You can view the execution result in my_result.jpg in the project directory. See Figure 4.
Process finished with exit code 0
Parent topic: Application Development (MindX SDK)



