2024-09-13 09:40:08 +00:00
|
|
|
|
|
|
|
runner:
|
|
|
|
general:
|
|
|
|
seed: 0
|
|
|
|
device: cpu
|
|
|
|
cuda_visible_devices: "0,1,2,3,4,5,6,7"
|
|
|
|
|
|
|
|
experiment:
|
|
|
|
name: debug
|
|
|
|
root_dir: "experiments"
|
|
|
|
|
2024-09-24 09:10:25 +00:00
|
|
|
split: #
|
|
|
|
root_dir: "/home/data/hofee/project/nbv_rec/data/nbv_rec_data_512_preproc_npy"
|
2024-09-13 09:40:08 +00:00
|
|
|
type: "unseen_instance" # "unseen_category"
|
|
|
|
datasets:
|
|
|
|
OmniObject3d_train:
|
2024-09-20 11:49:32 +00:00
|
|
|
path: "../data/sample_for_training_preprocessed/OmniObject3d_train.txt"
|
2024-09-13 09:40:08 +00:00
|
|
|
ratio: 0.9
|
|
|
|
|
|
|
|
OmniObject3d_test:
|
2024-09-20 11:49:32 +00:00
|
|
|
path: "../data/sample_for_training_preprocessed/OmniObject3d_test.txt"
|
2024-09-13 09:40:08 +00:00
|
|
|
ratio: 0.1
|