nbv_reconstruction/configs/train_config.yaml

21 lines
319 B
YAML
Raw Normal View History

2024-08-22 22:28:20 +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"
train:
dataset_list:
- OmniObject3d
datasets:
OmniObject3d:
2024-08-30 17:57:47 +08:00
root_dir: "/media/hofee/data/data/nbv_rec/sample"
2024-08-22 22:28:20 +08:00