22 lines
657 B
YAML
22 lines
657 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"
|
|
|
|
split:
|
|
root_dir: "/media/hofee/data/project/python/nbv_reconstruction/sample_for_training/scenes"
|
|
type: "unseen_instance" # "unseen_category"
|
|
datasets:
|
|
OmniObject3d_train:
|
|
path: "/media/hofee/data/project/python/nbv_reconstruction/sample_for_training/OmniObject3d_train.txt"
|
|
ratio: 0.9
|
|
|
|
OmniObject3d_test:
|
|
path: "/media/hofee/data/project/python/nbv_reconstruction/sample_for_training/OmniObject3d_test.txt"
|
|
ratio: 0.1 |