Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
b9e8095
feat: add SAM3OpenVINO inference class and quantization tooling
rajeshgangireddy Feb 20, 2026
27c679c
models stored in models/ directory.
rajeshgangireddy Feb 24, 2026
7a14af4
Merge remote-tracking branch 'origin/main' into feature/sam3_onnx
rajeshgangireddy Mar 5, 2026
fce698f
Rework with new models to make exemplar mode work for SAM3
rajeshgangireddy Mar 5, 2026
e9e1b98
Add functionality to save benchmark results to Excel and display devi…
rajeshgangireddy Mar 5, 2026
96acd7c
Add ONNX export wrappers and unit tests for SAM3OpenVINO model
rajeshgangireddy Mar 6, 2026
1b40181
Merge branch 'open-edge-platform:main' into feature/sam3_onnx
rajeshgangireddy Mar 6, 2026
e4ab2d8
feat(docs): cleanup
rajeshgangireddy Mar 9, 2026
62d0d96
update util to use xpu as gpu when using openvino
rajeshgangireddy Mar 9, 2026
42ac815
Add temporary script to test. Will be remove before full PR.
rajeshgangireddy Mar 10, 2026
461b494
Merge branch 'main' into feature/sam3_onnx
rajeshgangireddy Mar 18, 2026
ac90551
Example notebook and updated documentation
rajeshgangireddy Mar 18, 2026
dfca260
Example notebook and updated documentation
rajeshgangireddy Mar 18, 2026
f1b7c00
Merge upstream/main into feature/sam3_onnx
rajeshgangireddy Mar 18, 2026
fc4d626
Merge remote-tracking branch 'origin/main' into feature/sam3_onnx
rajeshgangireddy Apr 9, 2026
58112d4
fixes for comments from human and ai
rajeshgangireddy Apr 9, 2026
c4b8e4c
Update README and remove unused script
rajeshgangireddy Apr 9, 2026
25b2653
Enhance OpenVINO GPU support with model caching and FP16 precision hints
rajeshgangireddy Apr 9, 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
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,8 @@ lightning_logs

# Autosummary generated rst files
library/**/_autosummary/
/models/

# Benchmark & example outputs
benchmark_results/
outputs/
Loading