Skip to content

Commit

Permalink
Merge a7eef12 into 32b3a99
Browse files Browse the repository at this point in the history
  • Loading branch information
willandfree committed Mar 8, 2022
2 parents 32b3a99 + a7eef12 commit 21fe034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorbay/opendataset/nuImages/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ def _load_frame_and_sensor(
subset_path: str,
is_test: bool,
) -> None:
frame = Frame()
for data_frames in annotation_info["frame_data"].values():
frame = Frame()
for data_frame in data_frames:
calibrated_sensor_info = annotation_info["calibrated_sensors"][
data_frame["calibrated_sensor_token"]
Expand Down

0 comments on commit 21fe034

Please sign in to comment.