Skip to content

Commit a25f978

Browse files
author
spencer@primus
committed
Change inputs for calibration on nuim
1 parent fa2eedd commit a25f978

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

avapi/nuimages/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def make_sample_records(self):
4949
def get_image(self, frame, sensor):
5050
return super().get_image(frame, sensor)
5151

52-
def get_calibration(self, frame, sensor):
52+
def get_calibration(self, frame, *args, **kwargs):
5353
return super().get_calibration(frame, None)
5454

5555
def get_objects(self, frame, *args):

0 commit comments

Comments
 (0)