Open BlindedShooter opened 7 months ago
Added _FlatDataWithTransform to recursion condition of the function "get_detection_api_from_dataset".
Previously it recursed when the dataset is an instance of (Subset, AvalancheDataset, ConcatDataset),
but _FlatDataWithTransform can be given as "dataset" parameter in the recursion. (examples/detection_lvis.py)
Added _FlatDataWithTransform to recursion condition of the function "get_detection_api_from_dataset".
Previously it recursed when the dataset is an instance of (Subset, AvalancheDataset, ConcatDataset),
but _FlatDataWithTransform can be given as "dataset" parameter in the recursion. (examples/detection_lvis.py)