-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #149 from HyperInspire/feature/update_track_mode
Feature/update track mode
- Loading branch information
Showing
31 changed files
with
1,375 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,8 @@ Please contact [[email protected]](mailto:[email protected]?subject=In | |
|
||
## Change Logs | ||
|
||
**`2025-01-21`** Update all models to t3 and add tool to convert cosine similarity to percentage. | ||
|
||
**`2025-01-08`** Support inference on Rockchip devices **RK3566/RK3568** NPU. | ||
|
||
**`2024-12-25`** Add support for optional **RKRGA** image acceleration processing on Rockchip devices. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
...ireface/src/main/java/com/insightface/sdk/inspireface/base/SimilarityConverterConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package com.insightface.sdk.inspireface.base; | ||
|
||
public class SimilarityConverterConfig { | ||
public float threshold; | ||
public float middleScore; | ||
public float steepness; | ||
public float outputMin; | ||
public float outputMax; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.