File size: 319 Bytes
da2e2ac |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
cache_path=/mnt/g/navsim_exp/navtest_expanded_metric_cache
python navsim/planning/script/run_metric_caching.py \
split=test \
scene_filter=navtest_tl_check \
worker=sequential \
+cache.for_lctgen=false \
cache.cache_path=$cache_path \
cache.force_feature_computation=True \
--config-name \
default_metric_caching
|