This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
[MPA/OTX] Apply changes in develop to otx branch #105
Merged
Merged
Changes from 26 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
bc04c98
fixed multilabel configs (#67)
kprokofi 2f4fb6b
Tiling Module (#40)
eugene123tw 938d74b
Feature/val batch and seed (#69)
sungmanc d960005
workaround bug (#70)
eugene123tw 738239e
Kp/devide runners (#71)
kprokofi 12861a9
move ema model to hook (#73)
kprokofi 66d4e3a
Appley release/OTE_0.3.0 changes (#77)
goodsong81 726f545
Move drop_last in cls trainer.py (#79)
JihwanEom da52a8f
Removed unnecessary mim version constraint for networkx package (#80)
yunchu a173547
Revert "Removed unnecessary mim version constraint for networkx packa…
yunchu 3e2551b
Don't apply activations on export in classification (#83)
sovrasov d46a15d
Delete unused code (#84)
sovrasov 55af1ed
Replace current saliency map generation with Recipro-CAM for cls (#81)
negvet a99aea0
Class-wise saliency map generation for the detection task (#97)
negvet 540ea47
[XAI] hot-fix of error in Detection XAI support (#98)
dongkwan-kim01 298d3a8
[XAI] hot-fix of error in Detection XAI support (#99)
dongkwan-kim01 0074b94
Merge remote-tracking branch 'public/develop' into songkich/merge-dev…
goodsong81 6de41a6
Replace only the first occurrence in the state_dict keys (#91)
arrufat 1cbd0d2
Merge remote-tracking branch 'public/develop' into songkich/merge-dev…
goodsong81 5d4616e
[OTE / XAI] Handle two stage detector in the inferrer.py (#104)
dongkwan-kim01 9ea4088
Merge remote-tracking branch 'public/releases/OTE_0.4.0' into songkic…
goodsong81 f06e4bc
[OTE / XAI][Develop] Handle two stage detector in the inferrer.py (#107)
dongkwan-kim01 02b5503
Merge branch 'otx' into songkich/merge-dev-otx
goodsong81 4d1e2c0
[Hot-fix] Fix zero-division error in one cycle lr scheduler in multil…
supersoob 4a8fc11
Merge OTE side XAI update to OTX (#109)
dongkwan-kim01 6d54deb
Merge remote-tracking branch 'public/releases/OTE_0.4.0' into songkic…
goodsong81 279ca33
Merge remote-tracking branch 'public/otx' into songkich/merge-dev-otx
goodsong81 15f73b6
Merge back releases/OTE_0.4.0 to develop (#116)
goodsong81 8c17768
Fix extra activations when exporting nonlinear hierarchical head (#118)
sovrasov 7a504d1
Merge remote-tracking branch 'public/develop' into songkich/merge-dev…
goodsong81 187e529
Merge remote-tracking branch 'public/otx' into songkich/merge-dev-otx
goodsong81 760894f
Merge remote-tracking branch 'public/otx' into songkich/merge-dev-otx
goodsong81 3216118
Fix get_train_data_cfg -> get_data_cfg
goodsong81 e1830ea
Merge remote-tracking branch 'public/otx' into songkich/merge-dev-otx
goodsong81 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
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
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
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
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
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.
@eugene123tw Specific reason?