CoolFace
Apppublic

pengsida/NeuralBody

sourceHugging Faceupdated 2y agoView on Hugging Face
1likes
run.sh88 linesDownload Raw Back to root
1# training2# python train_net.py --cfg_file configs/latent_xyzc_313.yaml exp_name xyzc_313 resume False3# python train_net.py --cfg_file configs/latent_xyzc_315.yaml exp_name xyzc_315 resume False4# python train_net.py --cfg_file configs/latent_xyzc_392.yaml exp_name xyzc_392 resume False5# python train_net.py --cfg_file configs/latent_xyzc_393.yaml exp_name xyzc_393 resume False6# python train_net.py --cfg_file configs/latent_xyzc_394.yaml exp_name xyzc_394 resume False7# python train_net.py --cfg_file configs/latent_xyzc_377.yaml exp_name xyzc_377 resume False8# python train_net.py --cfg_file configs/latent_xyzc_386.yaml exp_name xyzc_386 resume False9# python train_net.py --cfg_file configs/latent_xyzc_390.yaml exp_name xyzc_390 resume False10# python train_net.py --cfg_file configs/latent_xyzc_387.yaml exp_name xyzc_387 resume False11 12# distributed training13# python -m torch.distributed.launch --nproc_per_node=4 train_net.py --cfg_file configs/latent_xyzc_313.yaml exp_name xyzc_313 resume False gpus "0, 1, 2, 3" distributed True14# python -m torch.distributed.launch --nproc_per_node=4 train_net.py --cfg_file configs/latent_xyzc_315.yaml exp_name xyzc_315 resume False gpus "0, 1, 2, 3" distributed True15# python -m torch.distributed.launch --nproc_per_node=4 train_net.py --cfg_file configs/latent_xyzc_392.yaml exp_name xyzc_392 resume False gpus "0, 1, 2, 3" distributed True16# python -m torch.distributed.launch --nproc_per_node=4 train_net.py --cfg_file configs/latent_xyzc_393.yaml exp_name xyzc_393 resume False gpus "0, 1, 2, 3" distributed True17# python -m torch.distributed.launch --nproc_per_node=4 train_net.py --cfg_file configs/latent_xyzc_394.yaml exp_name xyzc_394 resume False gpus "0, 1, 2, 3" distributed True18# python -m torch.distributed.launch --nproc_per_node=4 train_net.py --cfg_file configs/latent_xyzc_377.yaml exp_name xyzc_377 resume False gpus "0, 1, 2, 3" distributed True19# python -m torch.distributed.launch --nproc_per_node=4 train_net.py --cfg_file configs/latent_xyzc_386.yaml exp_name xyzc_386 resume False gpus "0, 1, 2, 3" distributed True20# python -m torch.distributed.launch --nproc_per_node=4 train_net.py --cfg_file configs/latent_xyzc_390.yaml exp_name xyzc_390 resume False gpus "0, 1, 2, 3" distributed True21# python -m torch.distributed.launch --nproc_per_node=4 train_net.py --cfg_file configs/latent_xyzc_387.yaml exp_name xyzc_387 resume False gpus "0, 1, 2, 3" distributed True22 23# visualize novel views of single frame24# python run.py --type visualize --cfg_file configs/xyzc_demo_313.yaml exp_name xyzc_313_v125# python run.py --type visualize --cfg_file configs/xyzc_demo_315.yaml exp_name xyzc_31526# python run.py --type visualize --cfg_file configs/xyzc_demo_392.yaml exp_name xyzc_39227# python run.py --type visualize --cfg_file configs/xyzc_demo_393.yaml exp_name xyzc_39328# python run.py --type visualize --cfg_file configs/xyzc_demo_394.yaml exp_name xyzc_39429# python run.py --type visualize --cfg_file configs/xyzc_demo_377.yaml exp_name xyzc_37730# python run.py --type visualize --cfg_file configs/xyzc_demo_386.yaml exp_name xyzc_38631# python run.py --type visualize --cfg_file configs/xyzc_demo_390.yaml exp_name xyzc_39032# python run.py --type visualize --cfg_file configs/xyzc_demo_387.yaml exp_name xyzc_38733 34# visualize novel views of dynamic humans35# python run.py --type visualize --cfg_file configs/xyzc_perform_313.yaml exp_name xyzc_313_v136# python run.py --type visualize --cfg_file configs/xyzc_perform_315.yaml exp_name xyzc_31537# python run.py --type visualize --cfg_file configs/xyzc_perform_392.yaml exp_name xyzc_39238# python run.py --type visualize --cfg_file configs/xyzc_perform_393.yaml exp_name xyzc_39339# python run.py --type visualize --cfg_file configs/xyzc_perform_394.yaml exp_name xyzc_39440# python run.py --type visualize --cfg_file configs/xyzc_perform_377.yaml exp_name xyzc_37741# python run.py --type visualize --cfg_file configs/xyzc_perform_386.yaml exp_name xyzc_38642# python run.py --type visualize --cfg_file configs/xyzc_perform_390.yaml exp_name xyzc_39043# python run.py --type visualize --cfg_file configs/xyzc_perform_387.yaml exp_name xyzc_38744 45# visualize mesh46# python run.py --type visualize --cfg_file configs/latent_xyzc_mesh_313.yaml exp_name xyzc_313_v1 train.num_workers 047# python run.py --type visualize --cfg_file configs/latent_xyzc_mesh_315.yaml exp_name xyzc_315 train.num_workers 048# python run.py --type visualize --cfg_file configs/latent_xyzc_mesh_392.yaml exp_name xyzc_392 train.num_workers 049# python run.py --type visualize --cfg_file configs/latent_xyzc_mesh_393.yaml exp_name xyzc_393 train.num_workers 050# python run.py --type visualize --cfg_file configs/latent_xyzc_mesh_394.yaml exp_name xyzc_394 train.num_workers 051# python run.py --type visualize --cfg_file configs/latent_xyzc_mesh_377.yaml exp_name xyzc_377 train.num_workers 052# python run.py --type visualize --cfg_file configs/latent_xyzc_mesh_386.yaml exp_name xyzc_386 train.num_workers 053# python run.py --type visualize --cfg_file configs/latent_xyzc_mesh_390.yaml exp_name xyzc_390 train.num_workers 054# python run.py --type visualize --cfg_file configs/latent_xyzc_mesh_387.yaml exp_name xyzc_387 train.num_workers 055 56# visualize test views57# python run.py --type visualize --cfg_file configs/latent_xyzc_313.yaml exp_name xyzc_313_v1 test_dataset_path 'lib/datasets/light_stage/can_smpl_test.py'  visualizer_path 'lib/visualizers/if_nerf_test.py' renderer_path 'lib/networks/renderer/if_clight_renderer_mmsk.py'58# python run.py --type visualize --cfg_file configs/latent_xyzc_315.yaml exp_name xyzc_315 test_dataset_path 'lib/datasets/light_stage/can_smpl_test.py'  visualizer_path 'lib/visualizers/if_nerf_test.py' renderer_path 'lib/networks/renderer/if_clight_renderer_mmsk.py'59# python run.py --type visualize --cfg_file configs/latent_xyzc_392.yaml exp_name xyzc_392 test_dataset_path 'lib/datasets/light_stage/can_smpl_test.py'  visualizer_path 'lib/visualizers/if_nerf_test.py' renderer_path 'lib/networks/renderer/if_clight_renderer_mmsk.py'60# python run.py --type visualize --cfg_file configs/latent_xyzc_393.yaml exp_name xyzc_393 test_dataset_path 'lib/datasets/light_stage/can_smpl_test.py'  visualizer_path 'lib/visualizers/if_nerf_test.py' renderer_path 'lib/networks/renderer/if_clight_renderer_mmsk.py'61# python run.py --type visualize --cfg_file configs/latent_xyzc_394.yaml exp_name xyzc_394 test_dataset_path 'lib/datasets/light_stage/can_smpl_test.py'  visualizer_path 'lib/visualizers/if_nerf_test.py' renderer_path 'lib/networks/renderer/if_clight_renderer_mmsk.py'62# python run.py --type visualize --cfg_file configs/latent_xyzc_377.yaml exp_name xyzc_377 test_dataset_path 'lib/datasets/light_stage/can_smpl_test.py'  visualizer_path 'lib/visualizers/if_nerf_test.py' renderer_path 'lib/networks/renderer/if_clight_renderer_mmsk.py'63# python run.py --type visualize --cfg_file configs/latent_xyzc_386.yaml exp_name xyzc_386 test_dataset_path 'lib/datasets/light_stage/can_smpl_test.py'  visualizer_path 'lib/visualizers/if_nerf_test.py' renderer_path 'lib/networks/renderer/if_clight_renderer_mmsk.py'64# python run.py --type visualize --cfg_file configs/latent_xyzc_390.yaml exp_name xyzc_390 test_dataset_path 'lib/datasets/light_stage/can_smpl_test.py'  visualizer_path 'lib/visualizers/if_nerf_test.py' renderer_path 'lib/networks/renderer/if_clight_renderer_mmsk.py'65# python run.py --type visualize --cfg_file configs/latent_xyzc_387.yaml exp_name xyzc_387 test_dataset_path 'lib/datasets/light_stage/can_smpl_test.py'  visualizer_path 'lib/visualizers/if_nerf_test.py' renderer_path 'lib/networks/renderer/if_clight_renderer_mmsk.py'66 67# visualize test views for NeRF68# python run.py --type visualize --cfg_file configs/nerf_313.yaml exp_name nerf_313 visualizer_path 'lib/visualizers/if_nerf_test.py'69# python run.py --type visualize --cfg_file configs/nerf_315.yaml exp_name nerf_315 visualizer_path 'lib/visualizers/if_nerf_test.py'70# python run.py --type visualize --cfg_file configs/nerf_392.yaml exp_name nerf_392 visualizer_path 'lib/visualizers/if_nerf_test.py'71# python run.py --type visualize --cfg_file configs/nerf_393.yaml exp_name nerf_393 visualizer_path 'lib/visualizers/if_nerf_test.py'72# python run.py --type visualize --cfg_file configs/nerf_394.yaml exp_name nerf_394 visualizer_path 'lib/visualizers/if_nerf_test.py'73# python run.py --type visualize --cfg_file configs/nerf_377.yaml exp_name nerf_377 visualizer_path 'lib/visualizers/if_nerf_test.py'74# python run.py --type visualize --cfg_file configs/nerf_386.yaml exp_name nerf_386 visualizer_path 'lib/visualizers/if_nerf_test.py'75# python run.py --type visualize --cfg_file configs/nerf_390.yaml exp_name nerf_390 visualizer_path 'lib/visualizers/if_nerf_test.py'76# python run.py --type visualize --cfg_file configs/nerf_387.yaml exp_name nerf_387 visualizer_path 'lib/visualizers/if_nerf_test.py'77 78# evaluation79# python run.py --type evaluate --cfg_file configs/latent_xyzc_313.yaml exp_name xyzc_313_v180# python run.py --type evaluate --cfg_file configs/latent_xyzc_315.yaml exp_name xyzc_31581# python run.py --type evaluate --cfg_file configs/latent_xyzc_392.yaml exp_name xyzc_39282# python run.py --type evaluate --cfg_file configs/latent_xyzc_393.yaml exp_name xyzc_39383# python run.py --type evaluate --cfg_file configs/latent_xyzc_394.yaml exp_name xyzc_39484# python run.py --type evaluate --cfg_file configs/latent_xyzc_377.yaml exp_name xyzc_37785# python run.py --type evaluate --cfg_file configs/latent_xyzc_386.yaml exp_name xyzc_38686# python run.py --type evaluate --cfg_file configs/latent_xyzc_390.yaml exp_name xyzc_39087# python run.py --type evaluate --cfg_file configs/latent_xyzc_387.yaml exp_name xyzc_38788