-
Notifications
You must be signed in to change notification settings - Fork 86
Lookup without DivideBy255 #1161
Lookup without DivideBy255 #1161
Conversation
This PR needs Approvals as follows.
Please choose reviewers and requet reviews! Click to see how to approve each reviewsYou can approve this PR by triggered comments as follows.
See all trigger commentsPlease replace [Target] to review target
|
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.
OA
/ready |
⏳Merge job is queued... |
wow, sorry python readability review is not yet |
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.
RA
What this patch does to fix the issue.
Lookup operator supports inputs without normalized to 0〜1:
blueoil convert
command check network config whether DivideBy255 pre-processor exists or notfunc_Lookup
takes new parameteruse_divide_by_255
generate_project.py
has new option-div
/-no-div
to setuse_divide_by_255
use_divide_by_255
from whether DivideBy255 pre-processor exists or notLink to any relevant issues or pull requests.
Fix #1157 .