Skip to content

Commit

Permalink
new utils for scn
Browse files Browse the repository at this point in the history
  • Loading branch information
hypnopump committed Jul 22, 2021
1 parent 1d2bda0 commit 68e1b5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'mp-nerf',
packages = find_packages(),
version = '0.1.12',
version = '1.0.3',
license='MIT',
description = 'MP-NeRF: Massively Parallel Natural Extension of Reference Frame',
author = 'Eric Alcaide',
Expand Down
2 changes: 0 additions & 2 deletions tests/test_ml_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ def test_rename_symmetric_atoms():
cloud_mask = scn_cloud_mask(seq_list[0]).unsqueeze(0)
pred_feats = torch.randn(1, 16, 14, 16)

print(cloud_mask.shape)

renamed = rename_symmetric_atoms(pred_coors, true_coors, seq_list, cloud_mask, pred_feats=pred_feats)
assert renamed[0].shape == pred_coors.shape and renamed[1].shape == pred_feats.shape, "Shapes don't match"

Expand Down

0 comments on commit 68e1b5f

Please sign in to comment.