Skip to content

Commit fc4de78

Browse files
committed
Remove breack point.
1 parent 2dff3ce commit fc4de78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

smplx/body_models.py

-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ def __init__(
141141
super(SMPL, self).__init__()
142142
self.batch_size = batch_size
143143
shapedirs = data_struct.shapedirs
144-
import ipdb; ipdb.set_trace()
145144
if (shapedirs.shape[-1] < self.SHAPE_SPACE_DIM):
146145
print(f'WARNING: You are using a {self.name()} model, with only'
147146
f' {shapedirs.shape[-1]} shape coefficients.')

0 commit comments

Comments
 (0)