We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8993789 commit 77a0782Copy full SHA for 77a0782
avapi/rccars/dataset.py
@@ -86,7 +86,10 @@ def __init__(
86
87
@property
88
def frames(self):
89
- return sorted(list(self._img_id_to_file.keys()))
+ return sorted(list(self._img_id_to_file.keys()))
90
+
91
+ def _load_frames(self, *args, **kwargs):
92
+ return self.frames
93
94
def __str__(self):
95
return f"RCCar Dataset of folder: {self.scene_path}"
0 commit comments