Update README.md
Browse files
README.md
CHANGED
|
@@ -55,7 +55,7 @@ Download the repository and ensure the directory structure is organized as follo
|
|
| 55 |
|
| 56 |
1. **Environment:** Ensure you have the required Python environment activated with the following core packages installed:
|
| 57 |
* **NPU Runtime:** `axengine` (PyAXEngine)
|
| 58 |
-
* **Core Libraries:** `numba` , `opencv-python` and `tqdm
|
| 59 |
|
| 60 |
2. **Model/Data:** Ensure the compiled `.axmodel`, `inference_config.json`, and input data (`inference_data/`) are available on the host.
|
| 61 |
|
|
|
|
| 55 |
|
| 56 |
1. **Environment:** Ensure you have the required Python environment activated with the following core packages installed:
|
| 57 |
* **NPU Runtime:** `axengine` (PyAXEngine)
|
| 58 |
+
* **Core Libraries:** `numba` , `opencv-python` and `tqdm`.
|
| 59 |
|
| 60 |
2. **Model/Data:** Ensure the compiled `.axmodel`, `inference_config.json`, and input data (`inference_data/`) are available on the host.
|
| 61 |
|