batch generation
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -13,6 +13,7 @@ dataset/*
|
|||||||
**/combine/
|
**/combine/
|
||||||
**.json
|
**.json
|
||||||
|
|
||||||
|
**.log
|
||||||
**/tmp/**
|
**/tmp/**
|
||||||
**/failed_scenarios/
|
**/failed_scenarios/
|
||||||
**/passed_senarios/
|
**/passed_senarios/
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
nohup python _test_convert_nuplan.py 2>&1 &
|
nohup python _test_convert_nuplan.py > nuplan.log 2>&1 &
|
||||||
nohup python _test_convert_nuscenes.py 2>&1 &
|
nohup python _test_convert_nuscenes.py > nuscenes.log 2>&1 &
|
||||||
nohup python _test_convert_pg.py 2>&1 &
|
nohup python _test_convert_pg.py > pg.log 2>&1 &
|
||||||
nohup python _test_convert_waymo.py 2>&1 &
|
nohup python _test_convert_waymo.py > waymo.log 2>&1 &
|
||||||
Reference in New Issue
Block a user