global_and_partial_global: all

This commit is contained in:
2024-10-30 11:49:45 +00:00
parent 2487039445
commit b82b92eebb
4 changed files with 108 additions and 40 deletions

View File

@@ -7,7 +7,7 @@ runner:
parallel: False
experiment:
name: debug
name: overfit_ab_global_and_partial_global
root_dir: "experiments"
use_checkpoint: False
epoch: -1 # -1 stands for last epoch
@@ -28,50 +28,50 @@ runner:
#- OmniObject3d_test
- OmniObject3d_val
pipeline: nbv_reconstruction_global_pts_n_num_pipeline
pipeline: nbv_reconstruction_pipeline
dataset:
OmniObject3d_train:
root_dir: "/home/data/hofee/project/nbv_rec/data/sample_for_training_new"
root_dir: "/data/hofee/nbv_rec_part2_preprocessed"
model_dir: "../data/scaled_object_meshes"
source: nbv_reconstruction_dataset
split_file: "/home/data/hofee/project/nbv_rec/data/sample.txt"
split_file: "/data/hofee/data/sample.txt"
type: train
cache: True
ratio: 1
batch_size: 160
num_workers: 16
batch_size: 80
num_workers: 128
pts_num: 8192
load_from_preprocess: True
OmniObject3d_test:
root_dir: "/home/data/hofee/project/nbv_rec/data/sample_for_training_new"
root_dir: "/data/hofee/nbv_rec_part2_preprocessed"
model_dir: "../data/scaled_object_meshes"
source: nbv_reconstruction_dataset
split_file: "/home/data/hofee/project/nbv_rec/data/sample.txt"
split_file: "/data/hofee/data/sample.txt"
type: test
cache: True
filter_degree: 75
eval_list:
- pose_diff
ratio: 0.05
batch_size: 160
batch_size: 80
num_workers: 12
pts_num: 8192
load_from_preprocess: True
OmniObject3d_val:
root_dir: "/home/data/hofee/project/nbv_rec/data/sample_for_training_new"
root_dir: "/data/hofee/nbv_rec_part2_preprocessed"
model_dir: "../data/scaled_object_meshes"
source: nbv_reconstruction_dataset
split_file: "/home/data/hofee/project/nbv_rec/data/sample.txt"
split_file: "/data/hofee/data/sample.txt"
type: test
cache: True
filter_degree: 75
eval_list:
- pose_diff
ratio: 0.005
batch_size: 160
batch_size: 80
num_workers: 12
pts_num: 8192
load_from_preprocess: True
@@ -97,7 +97,7 @@ module:
feature_transform: False
transformer_seq_encoder:
embed_dim: 256
embed_dim: 320
num_heads: 4
ffn_dim: 256
num_layers: 3