Skip to content

Commit

Permalink
pre-commit changes again
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauraschwarz committed Oct 22, 2024
1 parent ea138d3 commit 396420a
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions examples/convert_file_formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def rename_keypoints(ds, rename_dict):
# Let's create a list of keypoints to delete.
# to delete modify this list accordingly

kps_to_delete = ["tail_end"]
kps_to_delete = ["tailend"]


# %%
Expand Down Expand Up @@ -131,14 +131,7 @@ def delete_keypoints(ds, delete_keypoints):
# Again create a list with the
# Let's list the keypoints in the desired order.

ordered_keypoints = [
"snout",
"right_ear",
"left_ear",
"centre",
"tail_end",
"tail_base",
]
ordered_keypoints = ["nose", "earR", "earL", "middle", "tailbase"]


# %%
Expand Down

0 comments on commit 396420a

Please sign in to comment.