remove fps

This commit is contained in:
2024-10-29 11:23:28 +00:00
parent b13e45bafc
commit 872405e239
2 changed files with 10 additions and 11 deletions

View File

@@ -7,11 +7,7 @@ runner:
parallel: False
experiment:
<<<<<<< HEAD
name: test_new_pipeline_train_overfit
=======
name: debug
>>>>>>> 63a246c0c87d42f04076a459adcfdc88c954b09c
root_dir: "experiments"
use_checkpoint: False
epoch: -1 # -1 stands for last epoch
@@ -43,9 +39,9 @@ dataset:
type: train
cache: True
ratio: 1
batch_size: 16
batch_size: 160
num_workers: 16
pts_num: 4096
pts_num: 8192
load_from_preprocess: True
OmniObject3d_test:
@@ -61,7 +57,7 @@ dataset:
ratio: 0.05
batch_size: 160
num_workers: 12
pts_num: 4096
pts_num: 8192
load_from_preprocess: True
OmniObject3d_val:
@@ -77,7 +73,7 @@ dataset:
ratio: 0.005
batch_size: 160
num_workers: 12
pts_num: 4096
pts_num: 8192
load_from_preprocess: True