MCPcopy Create free account
hub / github.com/InternRobotics/P3Former / semantickitti_data_prep

Function semantickitti_data_prep

tools/create_data.py:42–50  ·  view source on GitHub ↗

Prepare the info file for SemanticKITTI dataset. Args: info_prefix (str): The prefix of info filenames. out_dir (str): Output directory of the generated info file.

(info_prefix, out_dir)

Source from the content-addressed store, hash-verified

40 update_pkl_infos('nuscenes', out_dir=out_dir, pkl_path=info_val_path)
41
42def semantickitti_data_prep(info_prefix, out_dir):
43 """Prepare the info file for SemanticKITTI dataset.
44
45 Args:
46 info_prefix (str): The prefix of info filenames.
47 out_dir (str): Output directory of the generated info file.
48 """
49 semantickitti_converter.create_semantickitti_info_file(
50 info_prefix, out_dir)
51
52
53parser = argparse.ArgumentParser(description='Data converter arg parser')

Callers 1

create_data.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected