Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Update tests/pointcloud/detection/test_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwharris authored Jul 16, 2021
1 parent f3d0272 commit b3813a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pointcloud/detection/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ def training_step(self, batch, batch_idx: int):
predictions = model.predict([join(predict_path, "scans/000000.bin")])
assert torch.stack(predictions[0][DefaultDataKeys.INPUT]).shape[1] == 4
assert len(predictions[0][DefaultDataKeys.PREDS]) == 158
assert predictions[0][DefaultDataKeys.PREDS][0].__dict__["identifier"] == 'box:9'
assert predictions[0][DefaultDataKeys.PREDS][0].__dict__["identifier"] == 'box:1'

0 comments on commit b3813a4

Please sign in to comment.