-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Feature] Add DIC #363
[Feature] Add DIC #363
Conversation
Codecov Report
@@ Coverage Diff @@
## master #363 +/- ##
==========================================
- Coverage 80.38% 80.32% -0.06%
==========================================
Files 182 184 +2
Lines 9733 9831 +98
Branches 1413 1427 +14
==========================================
+ Hits 7824 7897 +73
- Misses 1717 1742 +25
Partials 192 192
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
One comment about the_path
. And there are many lines not covered by unittest.
|
||
# model | ||
self.generator = build_backbone(generator) | ||
self.img_denormalize = ImgNormalize( |
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.
Where is it used?
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.
Out of curiosity, where is the normalize corresponds to this denormalize?
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.
The normalize is in pipeline (called in the config file, similar to other method of this repo).
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.
How about the first question
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.
Q: Where is it used?
A: Deleted by mistake in the previous version (f0b85d2).
This problem has been fixed.
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.
Can this de-normalization be configurable? Just asking... We can leave the better normalize-denormalize story to future work. Currently they are quite ad-hoc.
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.
post-pipeline?
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.
Maybe...
* [Feature] Add DIC * Add test * Fix * Fix * Update Co-authored-by: liyinshuo <[email protected]>
No description provided.