Spaces:
Sleeping
Sleeping
File size: 353 Bytes
40ac571 |
1 2 3 4 5 6 7 8 9 10 11 12 |
CUDA_VISIBLE_DEVICES=0 python3 -m torch.distributed.run \
--nnodes 1 \
--master_addr $LOCAL_IP \
--master_port 12345 \
--node_rank 0 \
--nproc_per_node 1 \
infer.py \
--config ./configs/infer.yaml \
--model_path /path/to/model \
--input_path ./data/images \
--lmk_path ./data/mplmks \
--output_path ./data/out |