mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-02 03:42:50 +08:00
test fix
Reviewed By: shapovalov Differential Revision: D42780711 fbshipit-source-id: 075fcae5097147b782f7ffc935f5430b824f58fd
This commit is contained in:
parent
7e750a3786
commit
97f8f9bf47
@ -48,7 +48,8 @@ class MockDataset(DatasetBase):
|
||||
for i in idx:
|
||||
self.frame_annots[i]["frame_annotation"].sequence_name = seq_name
|
||||
|
||||
def get_frame_numbers_and_timestamps(self, idxs):
|
||||
def get_frame_numbers_and_timestamps(self, idxs, subset_filter=None):
|
||||
assert subset_filter is None
|
||||
out = []
|
||||
for idx in idxs:
|
||||
frame_annotation = self.frame_annots[idx]["frame_annotation"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user