"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "03e40efa51a75a4e8385b64996af6468f42f6c06"
Unverified Commit f9b36b6e authored by ChaimZhu's avatar ChaimZhu Committed by GitHub
Browse files

rename data_convert to dataset_converters (#1700)

parent 5026c995
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"""Convert the annotation pkl to the standard format in OpenMMLab V2.0. """Convert the annotation pkl to the standard format in OpenMMLab V2.0.
Example: Example:
python tools/data_converter/update_infos_to_v2.py python tools/dataset_converters/update_infos_to_v2.py
--pkl ./data/kitti/kitti_infos_train.pkl --pkl ./data/kitti/kitti_infos_train.pkl
--out-dir ./kitti_v2/ --out-dir ./kitti_v2/
""" """
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment