Commit 4d3f0009 authored by Shaoshuai Shi's avatar Shaoshuai Shi
Browse files

update codes of WOD

parent 8df9187e
...@@ -356,7 +356,6 @@ if __name__ == '__main__': ...@@ -356,7 +356,6 @@ if __name__ == '__main__':
if args.func == 'create_waymo_infos': if args.func == 'create_waymo_infos':
import yaml import yaml
from pathlib import Path
from easydict import EasyDict from easydict import EasyDict
dataset_cfg = EasyDict(yaml.load(open(args.cfg_file))) dataset_cfg = EasyDict(yaml.load(open(args.cfg_file)))
ROOT_DIR = (Path(__file__).resolve().parent / '../../../').resolve() ROOT_DIR = (Path(__file__).resolve().parent / '../../../').resolve()
......
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