nbv_reconstruction/configs/strategy_generate_config.yaml

26 lines
480 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.5
2024-09-02 23:47:52 +08:00
save_points: False
2024-08-22 22:28:20 +08:00
dataset_list:
- OmniObject3d
2024-08-21 17:11:56 +08:00
datasets:
OmniObject3d:
2024-09-02 23:47:52 +08:00
model_dir: "H:\\AI\\Datasets\\scaled_object_meshes"
root_dir: "C:\\Document\\Local Project\\nbv_rec\\data\\sample"
2024-08-21 17:11:56 +08:00