Skip to content

Commit

Permalink
minor update 230711
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei-Chen-hub committed Jul 11, 2023
1 parent 3d75484 commit d6040ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/convert_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def main():
cfg['modes'] = args.modes
elif ('modes' in cfg.keys()) and (args.modes == []):
print(f'For {cfg["prefix"]}, modes: {cfg["modes"]} are available,'
'process all modes as not specified')
' process all modes as not specified')
args.modes = cfg['modes']

if args.prefix is not None:
Expand Down
7 changes: 7 additions & 0 deletions tools/convert_datasets_commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ python tools/convert_datasets.py \
--output_path /mnt/d/humanart/output \
--modes cosplay

# interhand-converter
python tools/convert_datasets.py \
--datasets interhand26m \
--root_path /mnt/d \
--output_path /mnt/d/interhand26m/output \
--modes train

# moyo-converter
python tools/convert_datasets.py \
--datasets moyo \
Expand Down

0 comments on commit d6040ed

Please sign in to comment.