Documentation Introduction
prerequisites
- About page.
- User Guides page. Especially the Generate Code sections (very important).
- Basic understanding in the Python programing language.
- Basic understanding in the OpenCV library for Python.
- Basic understanding in the JSON file formate.
important notes
1-The name of the variables in the .json files in the "settings" folder could also be used in the code in the main.py file. for example if you are using the object detection project then you could write object_detection.AI_model = "YOLO_v3_accurate" or object_detection.confidence = 90. The main two exceptions are the input_type and input variables. The variables are available but you might get errors so it is preferred to select there values in the .json file instead.
2-When the code is generated the "input_type" and "input" values will always be "camera" and 0 respectively if the user did not make his own changes in the .json file.
3-The documentation is mainly about the .json files (in the "settings" folder for the generated code) and the results (and very briefly the results_frames) that can be used in the main.py file (in the generated code).
4-This is how we use the results and results_frames in the main.py file: