nbv_reconstruction/configs/local/strategy_generate_config.yaml

29 lines
507 B
YAML
Raw Normal View History

2024-09-18 15:55:34 +08:00
runner:
general:
seed: 0
device: cpu
cuda_visible_devices: "0,1,2,3,4,5,6,7"
experiment:
name: debug
root_dir: "experiments"
generate:
2024-10-11 16:34:16 +08:00
voxel_threshold: 0.003
2024-10-02 16:24:13 +08:00
soft_overlap_threshold: 0.3
hard_overlap_threshold: 0.6
2024-09-18 15:55:34 +08:00
overwrite: False
2024-10-11 16:34:16 +08:00
seq_num: 15
2024-09-18 15:55:34 +08:00
dataset_list:
- OmniObject3d
datasets:
OmniObject3d:
2024-10-11 16:34:16 +08:00
root_dir: /media/hofee/repository/full_data_output
2024-09-30 10:04:53 +08:00
from: 0
2024-10-02 16:24:13 +08:00
to: -1 # -1 means end
2024-09-18 15:55:34 +08:00