File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,16 +2,14 @@ layers=5
22batch_size=13
33lr=1e-3
44gpu_id=0
5- eval_sample_steps=3
5+ eval_sample_steps=5
66num_saved_models=3
77frames=1
88large_decay_epoch=15
99lr_decay_large=0.75
10- n_joints=26
11- out_joints=26
1210epochs=300
13- # model_path='models/model_animals.py '
14- model_path=" " # when the path is empty, the model will be loaded from the installed fmpose package
11+ model_type= ' fmpose3d_animals '
12+ # model_path="" # set to a local file path to override the registry
1513# root path denotes the path to the original dataset
1614root_path=" ./dataset/"
1715train_dataset_paths=(
@@ -32,7 +30,7 @@ python ./scripts/main_animal3d.py \
3230 --test 1 \
3331 --batch_size ${batch_size} \
3432 --lr ${lr} \
35- ${model_path : +--model_path " $model_path " } \
33+ --model_type " ${model_type} " \
3634 --folder_name ${folder_name} \
3735 --layers ${layers} \
3836 --gpu ${gpu_id} \
You can’t perform that action at this time.
0 commit comments