Spaces:
Runtime error
Runtime error
change dir
Browse files
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=./
|
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/
|