You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,9 @@ If you require further information on tracking development branches, CI/CD proce
8
8
9
9
Please contact [contact@insightface.ai](mailto:contact@insightface.ai?subject=InspireFace) for commercial support, including obtaining and integrating higher accuracy models, as well as custom development.
10
10
11
-
## ChangeLogs
11
+
## Change Logs
12
+
13
+
**`2024-07-02`** Fixed several bugs in the face detector with multi-level input.
12
14
13
15
**`2024-06-27`** Verified iOS usability and fixed some bugs.
14
16
@@ -69,6 +71,9 @@ The '3rdparty' directory already includes the MNN library and specifies a partic
69
71
- Prepare the cross-compilation toolchain in advance, such as gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf
70
72
- CUDA (version 10.1 or higher)
71
73
- GPU-based inference requires installing NVIDIA's CUDA dependencies on the device.
74
+
- Eigen3
75
+
- If you need to use the tracking-by-detection feature, you must have Eigen3 installed in advance.
76
+
72
77
- RKNN
73
78
- Adjust and select versions currently supported for specific requirements.
74
79
@@ -357,7 +362,7 @@ For different scenarios, we currently provide several Packs, each containing mul
357
362
358
363
| Name | Supported Devices | Note | Link |
359
364
| --- | --- | --- | --- |
360
-
| Pikachu | CPU | Lightweight edge-side model |[GDrive](https://drive.google.com/file/d/1i4uC-dZTQxdVgn2rP0ZdfJTMkJIXgYY4/view?usp=drive_link)|
361
-
| Megatron | CPU, GPU | Local or server-side model |[GDrive](https://drive.google.com/file/d/1i4uC-dZTQxdVgn2rP0ZdfJTMkJIXgYY4/view?usp=drive_link)|
362
-
| Gundam-RV1109 | RKNPU | Supports RK1109 and RK1126 |[GDrive](https://drive.google.com/file/d/1i4uC-dZTQxdVgn2rP0ZdfJTMkJIXgYY4/view?usp=drive_link)|
365
+
| Pikachu | CPU | Lightweight edge-side model |[GDrive](https://drive.google.com/drive/folders/1krmv9Pj0XEZXR1GRPHjW_Sl7t4l0dNSS?usp=sharing)|
366
+
| Megatron | CPU, GPU | Local or server-side model |[GDrive](https://drive.google.com/drive/folders/1krmv9Pj0XEZXR1GRPHjW_Sl7t4l0dNSS?usp=sharing)|
367
+
| Gundam-RV1109 | RKNPU | Supports RK1109 and RK1126 |[GDrive](https://drive.google.com/drive/folders/1krmv9Pj0XEZXR1GRPHjW_Sl7t4l0dNSS?usp=sharing)|
0 commit comments