-
Notifications
You must be signed in to change notification settings - Fork 16
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
Updated attributes detection, solved issue related to bodypix update. #213
Conversation
Message Change
fixed that torsal and head frames were inversed.
merge from main
…fucking tired and haven't fuking 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.
Apart from the bug that you mentioned, looks good to me! Great work, Ben!
@@ -354,7 +549,9 @@ def binary_erosion_dilation( | |||
|
|||
# Check if the length of thresholds matches the number of channels | |||
if len(thresholds) != tensor.size(1): | |||
raise ValueError("Length of thresholds must match the number of channels") | |||
# the error should be here, just removed for now since there's some other bug I haven't 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.
Did the bug get fixed? :D
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.
It's not actually fixed haha, but it doesn't affect anything except the cloth labels detected are currently messed up. Was working with Zoe and Haiwei today, I think we need my code merged to get rid of that feature service issue anyway :)
common/vision/lasr_vision_feature_extraction/src/lasr_vision_feature_extraction/__init__.py
Outdated
Show resolved
Hide resolved
common/vision/lasr_vision_feature_extraction/src/lasr_vision_feature_extraction/__init__.py
Outdated
Show resolved
Hide resolved
Corrected the typo in the function name 'load_cloth_classidifer_model' to 'load_cloth_classifier_model'. Removed two logging statements from describe_people.py that were used for debugging purposes.
No description provided.