Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
8e1dbe0
feat: add support for labels and modules path in the pipeline graph
ktaube26 Dec 17, 2025
a7d59ed
rename modules to scripts and exclude user scripts from linter checks
ktaube26 Dec 18, 2025
e05ffd9
Merge branch 'main' into ktaube/convert-labels-and-modules
ktaube26 Dec 18, 2025
cd1a142
feat: add public model proc manager and integrate into graph processing
ktaube26 Dec 18, 2025
f8e990b
feat: enhance graph tests with model proc mock and update test cases
ktaube26 Dec 18, 2025
607036a
add README for custom gvapython modules usage
ktaube26 Dec 18, 2025
d8ab7c9
Fix lint
ktaube26 Dec 18, 2025
89e1b07
Minor fix
ktaube26 Dec 18, 2025
3b37123
Minor fixes
ktaube26 Dec 19, 2025
d7d8c75
Fix linter issues
ktaube26 Dec 19, 2025
b7fbf77
Merge branch 'main' into ktaube/convert-labels-and-modules
ktaube26 Dec 19, 2025
d445c35
Fix makefile
ktaube26 Dec 19, 2025
b053a51
Improve fakesink handling in VideoEncoder by using regex for accurate…
ktaube26 Dec 19, 2025
1bc1c4e
Refactor PipelineLoader to directly handle YAML files and update test…
ktaube26 Dec 19, 2025
4122375
Add new retail pipelines
ktaube26 Dec 19, 2025
0df67a8
Merge branch 'main' into ktaube/add-retail-pipelines
ktaube26 Dec 19, 2025
6dccbd5
Update retail pipelines for age-gender recognition and YOLO object de…
ktaube26 Jan 7, 2026
151202e
Add Retail - YOLO 11n Full pipeline
ktaube26 Jan 7, 2026
2121865
Revert "Add Retail - YOLO 11n Full pipeline"
ktaube26 Jan 8, 2026
6143775
Clean up pipeline descriptions: remove extra spaces and move gvafpsco…
ktaube26 Jan 8, 2026
85ac3d4
Remove tee and the fpsdisplaysink branch since FPS counting is now ha…
ktaube26 Jan 8, 2026
45f89c8
Minor fixes
ktaube26 Jan 9, 2026
7ea1dd3
Add new default recordings
ktaube26 Jan 9, 2026
da22dd5
Update retail face detection pipelines to clarify age and gender pred…
ktaube26 Jan 13, 2026
67b6db8
Remove unused gvapython scripts
ktaube26 Jan 13, 2026
4680a32
Merge branch 'main' into ktaube/add-retail-pipelines
ktaube26 Jan 13, 2026
a8e41e3
added pipeline definition images to ui
dlemiech Jan 13, 2026
486f0b5
added pipeline definition images to ui
dlemiech Jan 13, 2026
213f9f7
Merge branch 'main' into ktaube/add-retail-pipelines
ktaube26 Jan 13, 2026
7b41c72
Code review related changes
ktaube26 Jan 13, 2026
b345360
Code review related changes
ktaube26 Jan 14, 2026
71e1fdb
Refactor PipelineLoader to use Path type for config method parameters
ktaube26 Jan 14, 2026
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
type: classification
model_path: pipeline-zoo-models/efficientnet-b0_INT8/FP16-INT8/efficientnet-b0.xml
model_proc: pipeline-zoo-models/efficientnet-b0_INT8/efficientnet-b0.json
unsupported_devices: "NPU"
unsupported_devices: ""
precision: INT8
default: true
- name: mobilenet-v2-pytorch
Expand Down Expand Up @@ -121,7 +121,7 @@
type: detection
model_path: public/yolo11n/FP16/yolo11n.xml
model_proc: ""
unsupported_devices: "NPU"
unsupported_devices: ""
precision: FP16
default: false
- name: face-detection-retail-0004
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading