22 lines
406 B
YAML
22 lines
406 B
YAML
|
|
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:
|
|
root_dir: "C:\\Document\\Local Project\\nbv_rec\\sample_dataset"
|
|
label_dir: "C:\\Document\\Local Project\\nbv_rec\\sample_output"
|
|
|
|
|