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

Inference Fix #100

Merged
merged 43 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from 38 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
95fab66
version bump
kozlov721 Oct 3, 2024
4791b78
updated readme
kozlov721 Oct 3, 2024
8316ea8
fixed grammar and typos
kozlov721 Oct 3, 2024
a8dfba9
updated readme
kozlov721 Oct 3, 2024
a16b7f2
Merge branch 'dev' into docs/readme-updates
kozlov721 Oct 3, 2024
004d5bf
updated readme
kozlov721 Oct 6, 2024
3d32cfc
updated docstring
kozlov721 Oct 6, 2024
78b8a1c
Merge branch 'docs/readme-updates' of github.com:luxonis/luxonis-trai…
kozlov721 Oct 6, 2024
d77afcb
simplified credentials
kozlov721 Oct 6, 2024
737c2cb
changed types
kozlov721 Oct 6, 2024
e4f2850
removed old badges
kozlov721 Oct 6, 2024
0e6cd7f
unified readme styles
kozlov721 Oct 7, 2024
d60361b
updated pyproject.toml
kozlov721 Oct 7, 2024
8c1089c
formatted configs
kozlov721 Oct 7, 2024
70dcf6e
config examples
kozlov721 Oct 7, 2024
260e020
tutorials
kozlov721 Oct 7, 2024
f743a40
small updates
kozlov721 Oct 7, 2024
a0b2c41
updated readme
kozlov721 Oct 7, 2024
e395a66
updated complex example
kozlov721 Oct 7, 2024
64c7a8a
fixed inference command
kozlov721 Oct 7, 2024
ac1e29d
Merge branch 'dev' into fix/inference
kozlov721 Oct 7, 2024
6e30483
fixed test
kozlov721 Oct 7, 2024
852c6c6
fixed pre-commit
kozlov721 Oct 7, 2024
1d78824
Merge branch 'dev' into docs/readme-updates
kozlov721 Oct 7, 2024
725fcc7
Update README.md
kozlov721 Oct 7, 2024
1547744
updated readme
kozlov721 Oct 7, 2024
e9e84e4
changed predefined model for example tuning
kozlov721 Oct 7, 2024
c4aa467
unified command arguments
kozlov721 Oct 7, 2024
0568a3d
Update README.md
kozlov721 Oct 7, 2024
396be8a
updated study name
kozlov721 Oct 8, 2024
98a2610
updated readme
kozlov721 Oct 8, 2024
f04e9a8
Update README.md
kozlov721 Oct 8, 2024
81581ca
fixed toc
kozlov721 Oct 8, 2024
66f086c
Update README.md
kozlov721 Oct 8, 2024
dd22395
updated command
kozlov721 Oct 8, 2024
74a9205
added weights to test
kozlov721 Oct 8, 2024
bf803cc
Merge branch 'docs/readme-updates' into fix/inference
kozlov721 Oct 8, 2024
a35ce57
updated readmes
kozlov721 Oct 8, 2024
c4b2894
changed deprecated
kozlov721 Oct 8, 2024
86cc2c1
updated tests
kozlov721 Oct 8, 2024
9b8dfb7
Merge branch 'dev' into fix/inference
kozlov721 Oct 8, 2024
4c8dd3a
fixed docstrings
kozlov721 Oct 8, 2024
8295f72
fixed merge error
kozlov721 Oct 8, 2024
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
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
with:
ref: ${{ github.head_ref }}

- name: Install pre-commit
run: python -m pip install 'pre-commit<4.0.0'

- name: Run pre-commit
uses: pre-commit/[email protected]

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,5 @@ mlruns
wandb
tests/_data
tests/integration/save-directory
tests/integration/infer-save-directory
data
Loading