Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangxu-0103 committed Mar 15, 2023
1 parent 3c01bfa commit 007a1db
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def assert_predictions_equal(self, preds1, preds2):
def test_call(self):
if not torch.cuda.is_available():
return
# single img
# single point cloud
inputs = dict(points='tests/data/s3dis/points/Area_1_office_2.bin')
torch.manual_seed(0)
res_path = self.inferencer(inputs, return_vis=True)
Expand All @@ -52,7 +52,7 @@ def test_call(self):
self.assertIn('visualization', res_path)
self.assertIn('visualization', res_ndarray)

# multiple images
# multiple point clouds
inputs = [
dict(points='tests/data/s3dis/points/Area_1_office_2.bin'),
dict(points='tests/data/s3dis/points/Area_1_office_2.bin')
Expand Down

0 comments on commit 007a1db

Please sign in to comment.