-
Notifications
You must be signed in to change notification settings - Fork 458
Add DEIMV2 Object Detection Model #5033
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
Open
kprokofi
wants to merge
24
commits into
develop
Choose a base branch
from
kp/deimv2
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 17 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
2a96ae2
continue exps
kprokofi 8ab11b9
add deimv2
kprokofi 5063ecb
update policy
kprokofi 440f815
dry run
kprokofi 12ee697
experiments with DEIM
kprokofi 48ece32
clean up
kprokofi 1b4fa5c
clean up 2
kprokofi 8c9bf6d
fixed dfine hybrid decoder
kprokofi 1233f4d
add typing
kprokofi 726608b
reolve mypy
kprokofi 2c8709e
remove CopyBlend. Remove EMA. Fix YOLOX recipe
kprokofi 6fa740d
fix all mypy issuea
kprokofi 8ca37e1
added unit tests
kprokofi daed319
small linter fix
kprokofi 38a2d8e
delete embed
kprokofi 2db5a4d
update weights
kprokofi f53f3ff
update documentation
kprokofi 7225ff1
minor change in docs
kprokofi 8a7cce2
update perf tests
kprokofi 0ccd03c
reply to comments. Add denoising restriction, FlashAttention computation
kprokofi e415927
add Cuda cache cleaner
kprokofi e342cec
reverted back yaml
kprokofi 8d487e2
fix recipes
kprokofi 08a9a08
Merge branch 'develop' into kp/deimv2
kprokofi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
155 changes: 120 additions & 35 deletions
155
.../docs/source/guide/explanation/algorithms/object_detection/object_detection.rst
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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
57 changes: 0 additions & 57 deletions
57
library/src/otx/backend/native/models/classification/utils/embed.py
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.