nbv_reconstruction/configs/strategy_generate_config.yaml

24 lines
399 B
YAML
Raw Normal View History

2024-08-21 17:11:56 +08:00
2024-08-22 20:27:21 +08:00
runner:
2024-08-21 17:11:56 +08:00
general:
seed: 0
device: cpu
cuda_visible_devices: "0,1,2,3,4,5,6,7"
2024-08-22 22:28:20 +08:00
2024-08-22 20:27:21 +08:00
2024-08-21 17:11:56 +08:00
experiment:
name: debug
root_dir: "experiments"
2024-08-22 22:28:20 +08:00
generate:
voxel_threshold: 0.005
overlap_threshold: 0.3
dataset_list:
- OmniObject3d
2024-08-21 17:11:56 +08:00
datasets:
OmniObject3d:
2024-08-22 20:27:21 +08:00
root_dir: "C:\\Document\\Local Project\\nbv_rec\\sample_dataset"
2024-08-21 17:11:56 +08:00