Skip to content
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

Merged
merged 128 commits into from
Jun 13, 2024

Conversation

MBTMBTMBT
Copy link
Collaborator

No description provided.

Copy link
Member

@jws-1 jws-1 left a 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!

skills/src/lasr_skills/describe_people.py Outdated Show resolved Hide resolved
@@ -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.
Copy link
Member

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

Copy link
Collaborator Author

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/nodes/service Outdated Show resolved Hide resolved
Benteng Ma added 5 commits June 11, 2024 14:37
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.
@jws-1 jws-1 merged commit fb16943 into LASR-at-Home:main Jun 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants