forked from thuml/Transfer-Learning-Library
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathregda.sh
More file actions
11 lines (10 loc) · 662 Bytes
/
Copy pathregda.sh
File metadata and controls
11 lines (10 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
# Hands Dataset
CUDA_VISIBLE_DEVICES=0 python regda.py data/RHD data/H3D_crop \
-s RenderedHandPose -t Hand3DStudio --seed 0 --debug --log logs/regda/rhd2h3d
CUDA_VISIBLE_DEVICES=0 python regda.py data/FreiHand data/RHD \
-s FreiHand -t RenderedHandPose --seed 0 --debug --log logs/regda/freihand2rhd
# Body Dataset
CUDA_VISIBLE_DEVICES=0 python regda.py data/surreal_processed data/Human36M \
-s SURREAL -t Human36M --seed 0 --debug --rotation 30 --epochs 10 --log logs/regda/surreal2human36m
CUDA_VISIBLE_DEVICES=0 python regda.py data/surreal_processed data/lsp \
-s SURREAL -t LSP --seed 0 --debug --rotation 30 --log logs/regda/surreal2lsp