From f7ef19ddfbc91fa96cfa86764f320e1cf176e240 Mon Sep 17 00:00:00 2001 From: tunm Date: Tue, 21 Jan 2025 16:45:20 +0800 Subject: [PATCH] Update models info --- README.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 17834b94..cf91073d 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,15 @@ cv2.waitKey(0) cv2.destroyAllWindows() ``` +⚠️The project is currently in a rapid iteration phase, **before each update**, please pull the latest model from the remote side! + +```python +import inspireface + +for model in ["Pikachu", "Megatron"]: + inspireface.pull_latest_model(model) +``` + More examples can be found in the [python/](python/) directory. ## Preparation @@ -129,6 +138,8 @@ You can download the model package files containing models and configurations ne You can use the **command/download_models_general.sh** command to download resource files, which will be downloaded to the **test_res/pack** directory. This way, when running the Test program, it can access and read the resource files from this path by default. +⚠️The project is currently in a rapid iteration phase, **before each update**, please pull the latest model from the remote side! + ```bash # Download lightweight resource files for mobile device bash command/download_models_general.sh Pikachu @@ -552,11 +563,11 @@ For different scenarios, we currently provide several Packs, each containing mul | Name | Supported Devices | Note | Last Update | Link | | --- | --- | --- | --- | --- | -| Pikachu | CPU | Lightweight edge-side models | Jul 17, 2024 | [Download](https://github.com/HyperInspire/InspireFace/releases/download/v1.x/Pikachu) | -| Megatron | CPU, GPU | Mobile and server models | Jul 17, 2024 | [Download](https://github.com/HyperInspire/InspireFace/releases/download/v1.x/Megatron) | -| Gundam-RV1109 | RKNPU | Supports RK1109 and RK1126 | Jul 17, 2024 | [Download](https://github.com/HyperInspire/InspireFace/releases/download/v1.x/Gundam_RV1109) | -| Gundam-RV1106 | RKNPU | Supports RV1103 and RV1106 | Jan 13, 2025 | [Download](https://github.com/HyperInspire/InspireFace/releases/download/v1.x/Gundam_RV1106) | -| Gundam-RK356X | RKNPU | Supports RK3566 and RK3568 | Jan 13, 2025 | [Download](https://github.com/HyperInspire/InspireFace/releases/download/v1.x/Gundam_RK356X) | +| Pikachu | CPU | Lightweight edge-side models | Jan 21, 2025 | [Download](https://github.com/HyperInspire/InspireFace/releases/download/v1.x/Pikachu) | +| Megatron | CPU, GPU | Mobile and server models | Jan 21, 2025 | [Download](https://github.com/HyperInspire/InspireFace/releases/download/v1.x/Megatron) | +| Gundam-RV1109 | RKNPU | Supports RK1109 and RK1126 | Jan 21, 2025 | [Download](https://github.com/HyperInspire/InspireFace/releases/download/v1.x/Gundam_RV1109) | +| Gundam-RV1106 | RKNPU | Supports RV1103 and RV1106 | Jan 21, 2025 | [Download](https://github.com/HyperInspire/InspireFace/releases/download/v1.x/Gundam_RV1106) | +| Gundam-RK356X | RKNPU | Supports RK3566 and RK3568 | Jan 21, 2025 | [Download](https://github.com/HyperInspire/InspireFace/releases/download/v1.x/Gundam_RK356X) | ## Acknowledgement