update cfgs of swingait
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
data_cfg:
|
||||
dataset_name: CCPG
|
||||
dataset_root: /data/CCPG/Released/CCPG-end2end-pkl/
|
||||
dataset_root: your_path
|
||||
dataset_partition: ./datasets/CCPG/CCPG.json
|
||||
num_workers: 1
|
||||
data_in_use: [True, False, False, False]
|
||||
@@ -71,7 +71,7 @@ trainer_cfg:
|
||||
with_test: false
|
||||
optimizer_reset: True
|
||||
restore_ckpt_strict: false
|
||||
restore_hint: /home/jdy/fanchao/OpenGait_230719/output/CCPG/DeepGaitV2/DeepGaitV2_B1111_C2_P3D/checkpoints/DeepGaitV2_B1111_C2_P3D-60000.pt
|
||||
restore_hint: ./output/CCPG/DeepGaitV2/DeepGaitV2_B1111_C2_P3D/checkpoints/DeepGaitV2_B1111_C2_P3D-60000.pt
|
||||
save_iter: 20000
|
||||
save_name: SwinGait3D_B1122_C2
|
||||
sync_BN: true
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
data_cfg:
|
||||
dataset_name: SUSTech1K
|
||||
dataset_root: /data/SUSTech1K-Released-pkl/
|
||||
dataset_root: your_path
|
||||
dataset_partition: ./datasets/SUSTech1K/SUSTech1K.json
|
||||
num_workers: 4
|
||||
data_in_use: [false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false]
|
||||
@@ -71,7 +71,7 @@ trainer_cfg:
|
||||
log_iter: 100
|
||||
optimizer_reset: True
|
||||
restore_ckpt_strict: false
|
||||
restore_hint: /home/jdy/fanchao/OpenGait_230719/output/SUSTech1K/DeepGaitV2/DeepGaitV2_B1111_C2_P3D/checkpoints/DeepGaitV2_B1111_C2_P3D-50000.pt
|
||||
restore_hint: ./output/SUSTech1K/DeepGaitV2/DeepGaitV2_B1111_C2_P3D/checkpoints/DeepGaitV2_B1111_C2_P3D-50000.pt
|
||||
save_iter: 10000
|
||||
save_name: SwinGait3D_B1122_C2
|
||||
sync_BN: true
|
||||
|
||||
@@ -70,7 +70,7 @@ trainer_cfg:
|
||||
with_test: false
|
||||
optimizer_reset: True
|
||||
restore_ckpt_strict: false
|
||||
restore_hint: /home/jdy/fanchao/OpenGait_230719/output/GREW/DeepGaitV2/DeepGaitV2_B1441_C2_P3D/checkpoints/DeepGaitV2_B1441_C2_P3D-180000.pt
|
||||
restore_hint: ./output/GREW/DeepGaitV2/DeepGaitV2_B1441_C2_P3D/checkpoints/DeepGaitV2_B1441_C2_P3D-180000.pt
|
||||
save_iter: 20000
|
||||
save_name: SwinGait3D_B1442_C2
|
||||
sync_BN: true
|
||||
|
||||
Reference in New Issue
Block a user