-
Notifications
You must be signed in to change notification settings - Fork 33
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/alg 1639 add proxy information #180
Feature/alg 1639 add proxy information #180
Conversation
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.
Great job!
Overall, my main comment is that these extra stats are probably not very clear for external users.
For instance, if a random user sees:
'bin_width': 1,
'min_bin_val': 1,
'max_bin_val': 4,
'histogram': [1, 0, 2]
without extra context I dont think he/she would understand what's behind that.
src/data_gradients/feature_extractors/object_detection/bounding_boxes_area.py
Outdated
Show resolved
Hide resolved
src/data_gradients/feature_extractors/object_detection/bounding_boxes_area.py
Outdated
Show resolved
Hide resolved
src/data_gradients/feature_extractors/object_detection/bounding_boxes_area.py
Outdated
Show resolved
Hide resolved
src/data_gradients/feature_extractors/object_detection/bounding_boxes_area.py
Outdated
Show resolved
Hide resolved
tests/unit_tests/feature_extractors/detection/test_bounding_boxes_area.py
Outdated
Show resolved
Hide resolved
src/data_gradients/feature_extractors/object_detection/bounding_boxes_area.py
Show resolved
Hide resolved
src/data_gradients/feature_extractors/object_detection/bounding_boxes_area.py
Outdated
Show resolved
Hide resolved
src/data_gradients/feature_extractors/object_detection/bounding_boxes_area.py
Outdated
Show resolved
Hide resolved
src/data_gradients/feature_extractors/object_detection/bounding_boxes_area.py
Outdated
Show resolved
Hide resolved
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
Add histogram calculation for the json file.
Also added some tests.