Skip to content

Commit 77a0782

Browse files
author
spencer@primus
committed
Add frames loading for rccars
1 parent 8993789 commit 77a0782

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

avapi/rccars/dataset.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@ def __init__(
8686

8787
@property
8888
def frames(self):
89-
return sorted(list(self._img_id_to_file.keys()))
89+
return sorted(list(self._img_id_to_file.keys()))
90+
91+
def _load_frames(self, *args, **kwargs):
92+
return self.frames
9093

9194
def __str__(self):
9295
return f"RCCar Dataset of folder: {self.scene_path}"

0 commit comments

Comments
 (0)