p2oileen commited on
Commit
1b97317
1 Parent(s): 74238f2

change dir

Browse files
Files changed (1) hide show
  1. infer.sh +1 -1
infer.sh CHANGED
@@ -4,7 +4,7 @@ mkdir "./results"
4
  python3 -m torch.distributed.launch \
5
  --nproc_per_node=1 train.py --mode=test \
6
  --world_size=1 --dataloaders=2 \
7
- --test_input_poses_images=./test_data/ \
8
  --test_input_person_images=./character_sheet/ \
9
  --test_output_dir=./results/ \
10
  --test_checkpoint_dir=./weights/
 
4
  python3 -m torch.distributed.launch \
5
  --nproc_per_node=1 train.py --mode=test \
6
  --world_size=1 --dataloaders=2 \
7
+ --test_input_poses_images=./poses/ \
8
  --test_input_person_images=./character_sheet/ \
9
  --test_output_dir=./results/ \
10
  --test_checkpoint_dir=./weights/