vchoutas / smplx

SMPL-X
https://smpl-x.is.tue.mpg.de/
Other
1.73k stars 301 forks source link

how to set output folder in the configs for transfer_models in cmd? #175

Open Dipankar1997161 opened 8 months ago

Dipankar1997161 commented 8 months ago

@vchoutas , hey.. I was running the transfer model and I saw there is a command called --exp_cfg which takes in the configs from default and does the fitting.

there is an output_folder option which is set as 'output' in the root directory.. how can I pass that as an argument so that my files gets saved at a desired place...
I need this because I have 100s of fitting to be done from smpl to smplx.. would be great to hear

Rest all is done..

LeyangWen commented 2 months ago

Hi,

I think you can modify this to pass in your own cmd arguments. Just override the cmd_args.output_folder after cfg.merge_with()