Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified gnm/shape/data/versions/v3_0/gnm_head.npz
Binary file not shown.
4 changes: 2 additions & 2 deletions gnm/shape/gnm_xnp.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,9 +505,9 @@ def add_vertex_group(

@property
def skinning_segmentation(self) -> npt.NDArray[np.int32]:
return np.array(self.skinning_weights).argmax( # pyrefly: ignore[bad-return]
return np.array(self.skinning_weights).argmax(
axis=0
)
) # pyrefly: ignore[bad-return]

@enp.check_and_normalize_arrays(strict=False)
def vertex_positions_bind_pose(
Expand Down
Loading
Loading