-
Notifications
You must be signed in to change notification settings - Fork 27.4k
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
Add DAB-DETR Object detection/segmentation model #30803
Open
conditionedstimulus
wants to merge
98
commits into
huggingface:main
Choose a base branch
from
conditionedstimulus:add_dab_detr
base: main
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 1 commit
Commits
Show all changes
98 commits
Select commit
Hold shift + click to select a range
8adf1bb
initial commit
conditionedstimulus 8291122
encoder+decoder layer changes WIP
conditionedstimulus 09e2516
architecture checks
conditionedstimulus 8a004cf
working version of detection + segmentation
conditionedstimulus defbc43
fix modeling outputs
conditionedstimulus 5cfbcfc
fix return dict + output att/hs
conditionedstimulus 6c7564a
found the position embedding masking bug
conditionedstimulus 35e056f
pre-training version
conditionedstimulus 24a9d7a
added iamge processors
conditionedstimulus d9b7af4
typo in init.py
conditionedstimulus a171339
iterupdate set to false
conditionedstimulus b8b2201
fixed num_labels in class_output linear layer bias init
conditionedstimulus abe0698
multihead attention shape fixes
conditionedstimulus e60b555
test improvements
conditionedstimulus 6dafb79
test update
conditionedstimulus 5bbdca1
dab-detr model_doc update
conditionedstimulus 4a5ac4f
dab-detr model_doc update2
conditionedstimulus 592796b
test fix:test_retain_grad_hidden_states_attentions
conditionedstimulus d76fda2
config file clean and renaming variables
conditionedstimulus ade9720
config file clean and renaming variables fix
conditionedstimulus 6b58e5f
updated convert_to_hf file
conditionedstimulus eac19f5
small fixes
conditionedstimulus 460e9d6
style and qulity checks
conditionedstimulus 0151f65
Merge branch 'main' into add_dab_detr
conditionedstimulus 97194c7
return_dict fix
conditionedstimulus 3fc56b4
Merge branch main into add_dab_detr
conditionedstimulus ffbb1dc
Merge branch main into add_dab_detr
conditionedstimulus a23b173
small comment fix
conditionedstimulus 886087f
skip test_inputs_embeds test
conditionedstimulus 42f469e
image processor updates + image processor test updates
conditionedstimulus 52d1aea
check copies test fix update
conditionedstimulus 7f0ada9
updates for check_copies.py test
conditionedstimulus 28f30aa
updates for check_copies.py test2
conditionedstimulus b3713d1
tied weights fix
conditionedstimulus 731d0ae
fixed image processing tests and fixed shared weights issues
conditionedstimulus ae43a4a
Merge branch 'main' into add_dab_detr
conditionedstimulus f952fd6
added numpy nd array option to get_Expected_values method in test_ima…
conditionedstimulus 6e3af24
delete prints from test file
conditionedstimulus baa9af7
SafeTensor modification to solve HF Trainer issue
conditionedstimulus 7de850d
removing the safetensor modifications
conditionedstimulus 17ae1c4
make fix copies and hf uplaod has been added.
conditionedstimulus 56f0846
Merge branch 'main' into add_dab_detr
conditionedstimulus c13a096
fixed index.md
conditionedstimulus d7e9e22
fixed repo consistency
conditionedstimulus 8bf75c8
styel fix and dabdetrimageprocessor docstring update
conditionedstimulus b09f996
requested modifications after the first review
conditionedstimulus 8ae2e1b
Update src/transformers/models/dab_detr/image_processing_dab_detr.py
conditionedstimulus 7ba65b1
repo consistency has been fixed
conditionedstimulus 78cedb4
Merge branch 'main' into add_dab_detr
conditionedstimulus 2b37103
update copied NestedTensor function after main merge
conditionedstimulus 8870773
Update src/transformers/models/dab_detr/modeling_dab_detr.py
conditionedstimulus a402d0d
temp commit
conditionedstimulus c4bd33d
temp commit2
conditionedstimulus 973db0c
temp commit 3
conditionedstimulus adebdc1
Merge branch 'main' into add_dab_detr
conditionedstimulus 75a780c
unit tests are fixed
conditionedstimulus ee7e11b
fixed repo consistency
conditionedstimulus 738a693
updated expected_boxes varible values based on related notebook resul…
conditionedstimulus 01c7702
Merge branch 'main' into add_dab_detr
conditionedstimulus ce549c5
temporarialy config modifications and repo consistency fixes
conditionedstimulus 38f91f1
Put dilation parameter back to config
conditionedstimulus b28b2a6
pattern embeddings have been added to the rename_keys method
conditionedstimulus 1dcd978
add dilation comment to config + add as an exception in check_config_…
conditionedstimulus 46eb24c
Merge branch 'main' into add_dab_detr
conditionedstimulus 13af19b
delete FeatureExtractor part from docs.md
conditionedstimulus b3bf25e
requested modifications in modeling_dab_detr.py
conditionedstimulus b76a73a
[run_slow] dab_detr
conditionedstimulus 638f8f5
deleted last segmentation code part, updated conversion script and ch…
conditionedstimulus 9d5dafd
Merge branch 'main' into add_dab_detr
conditionedstimulus 049b625
temp commit of requested modifications
conditionedstimulus 6b0fc91
temp commit of requested modifications 2
conditionedstimulus 7f2e2e2
updated config file, resolved codepaths and refactored conversion script
conditionedstimulus fac9ee9
updated decodelayer block types and refactored conversion script
conditionedstimulus 78004d0
style and quality update
conditionedstimulus 0bf9e3b
Merge branch 'main' into add_dab_detr
conditionedstimulus 95d7a71
small modifications based on the request
conditionedstimulus 2663c26
attentions are refactored
conditionedstimulus 724e767
Merge branch 'main' into add_dab_detr
conditionedstimulus 04d3e31
removed loss functions from modeling file, added loss function to los…
conditionedstimulus 0122e62
deleted imageprocessor
conditionedstimulus 53e2bd2
fixed conversion script + quality and style
conditionedstimulus 4fd9bfc
fixed config_att
conditionedstimulus e32cf92
Merge branch 'main' into add_dab_detr
conditionedstimulus 9345341
[run_slow] dab_detr
conditionedstimulus 3ef47cf
changing model path in conversion file and in test file
conditionedstimulus dc9f359
fix Decoder variable naming
conditionedstimulus 93ec65e
testing the old loss function
conditionedstimulus c73c0fa
switched back to the new loss function and testing with the odl atten…
conditionedstimulus e69545d
switched back to the new last good result modeling file
conditionedstimulus 61c5189
moved back to the version when I asked the review
conditionedstimulus a310f6a
missing new line at the end of the file
conditionedstimulus 464ac93
Merge branch 'main' into add_dab_detr
conditionedstimulus fc0ced6
old version test
conditionedstimulus 7bf5267
turn back to newest mdoel versino but change image processor
conditionedstimulus d94baf4
style fix
conditionedstimulus e9f7772
Merge branch 'main' into add_dab_detr
conditionedstimulus 1a08500
style fix after merge main
conditionedstimulus c2f45a4
[run_slow] dab_detr
conditionedstimulus 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
fix modeling outputs
- Loading branch information
commit defbc436302d40b2de276f8712394bd5e6ea0835
There are no files selected for viewing
This file contains 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 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️ a lot better thanks!