-
Notifications
You must be signed in to change notification settings - Fork 2.9k
data load for inference #788
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
Conversation
| label_bin_path (str): File containing the label data. | ||
| label_size (int): Byte count of the sample's label data. | ||
| label_frame_num (int): Label number of the sample. | ||
| sample_name (str): key of the sample |
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.
key ---> Key
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.
fix
|
|
||
| label_desc_lines = open(label_desc_path).readlines() | ||
| feature_desc_lines = open(feature_desc_path).readlines() | ||
| label_desc_lines = None |
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.
Seems that label_desc can be ignored?
kuke
left a comment
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.
LGTM
Resolve #661