Skip to content

Commit

Permalink
Add print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannah DeFazio committed Apr 15, 2024
1 parent 897fb3c commit 03d3b60
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ def test_hand_distance_and_norm(self):
)

feature_vec = obj_det2d_set_to_feature(**test_input)
print("feature_vec: ", feature_vec)
feature_vec_normalized = feature_vec.copy()
print("feature_vec_normalized: ", feature_vec_normalized)
norm(feature_vec_normalized[None, ...])
Expand Down

0 comments on commit 03d3b60

Please sign in to comment.