Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RVC2 and RVC4 benchmark scripts to work with the dai Benchmark Nodes #64

Merged
merged 31 commits into from
Jan 31, 2025
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
c424740
Update benchmark scirpt for RVC2 using daiv3
ptoupas Jan 8, 2025
6cb5a2c
Add dai based benchmark execution for RVC4 device
ptoupas Jan 9, 2025
c4b1a5d
Ignore latency measurements on dai based benchmark reports
ptoupas Jan 9, 2025
e97a453
Update is_hubai_available to work with hubAI API calls
ptoupas Jan 10, 2025
7295d96
Update is_hubai_available to work with various teams from HubAI
ptoupas Jan 10, 2025
82a7044
Remove removeprefix to work with python version 3.8 [skip ci]
ptoupas Jan 10, 2025
a34b9ed
Fix test_modifier test error with EfficientVIT model and change the A…
ptoupas Jan 10, 2025
44a097b
Update .pre-commit-config.yaml
ptoupas Jan 10, 2025
7d4d223
Fix model path and HubAI model slug parsing [ci skip]
ptoupas Jan 13, 2025
57b8982
Add HUBAI_API_KEY to getModelFromZoo calls [ci skip]
ptoupas Jan 13, 2025
d6e5da1
Update Benchmarking Section of README file [ci skip]
ptoupas Jan 13, 2025
4d3bc5b
Update .pre-commit-config.yaml [ci skip]
ptoupas Jan 13, 2025
e8bc974
Fix dlc parsing on Benchmark __init__
ptoupas Jan 14, 2025
e2a7ed7
Update the way modify_onnx optimisation runs are conducted in the ONN…
ptoupas Jan 14, 2025
cd2b088
Fix SNPE benchmark on RVC4 and added support for benchmark over model…
ptoupas Jan 14, 2025
addc5f1
Updated ONNX version (#56)
kozlov721 Jan 15, 2025
f0149cd
Update the RVC4 benchmark to take into account the data type for each…
ptoupas Jan 16, 2025
2753987
Merge remote-tracking branch 'origin' into fix/update-benchmarks-scri…
ptoupas Jan 16, 2025
8dfdb84
Update .pre-commit-config.yaml [ci skip]
ptoupas Jan 16, 2025
b58782c
Fix issue when extracting the model from NNArchive in snpe benchmark …
ptoupas Jan 27, 2025
9b2a602
Add bool tensor type during evaluation of onnx models on ONNXModifier…
ptoupas Jan 27, 2025
e081181
Add a try except block on onnx optimisation and validation.
ptoupas Jan 27, 2025
9cd7158
Merge remote-tracking branch 'origin' into fix/update-benchmarks-scri…
ptoupas Jan 28, 2025
565ae6e
add disable_onnx_optimisation flag on the example defaults.yaml file
ptoupas Jan 28, 2025
d37ec5e
Update dai requirement to version 3.0.0a12 [ci skip]
ptoupas Jan 29, 2025
0548541
Add botocore requirement
ptoupas Jan 29, 2025
c2f91f2
Remove the extra-index-url from the requirements-bench.txt file
ptoupas Jan 29, 2025
8fd09f1
Update the README file regarding the depthai v3 installation.
ptoupas Jan 29, 2025
d409c6c
Update .pre-commit-config.yaml [ci skip]
ptoupas Jan 29, 2025
6f3e950
Update README.md [ci skip]
ptoupas Jan 29, 2025
1d08ae7
Merge branch 'main' into fix/update-benchmarks-scripts-with-daiv3
ptoupas Jan 31, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update .pre-commit-config.yaml
ptoupas authored Jan 10, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 44a097ba6b633d418cc68a0941ce28d44b4d0c8c
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
default_language_version:
python: python3
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.2
Loading