Skip to content

sceneflow dataset preprocessing #99

@2Rsys

Description

@2Rsys

if dataset_name == 'sceneflow':
clean_dataset = SceneFlowDatasets(aug_params, dstype='frames_cleanpass')
final_dataset = SceneFlowDatasets(aug_params, dstype='frames_finalpass')
new_dataset = (clean_dataset4) + (final_dataset4)
logging.info(f"Adding {len(new_dataset)} samples from SceneFlow")

why need dataset*4 ? What is the meaning of '*4' ?
Looking forward to your reply , thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions