Skip to content

Commit

Permalink
Update dataset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
beneisner authored Apr 16, 2024
1 parent e79a8d1 commit 1d88ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpad/partnet_mobility_utils/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def get(
joints=joints,
camera_xyz=camera_xyz,
seed=seed,
use_egl=use_egl,
use_egl=self.use_egl,
)

return pc_render
Expand Down

0 comments on commit 1d88ce3

Please sign in to comment.