4 lines
274 B
Bash
4 lines
274 B
Bash
|
#!bash
|
||
|
CARD=0,1
|
||
|
|
||
|
CUDA_VISIBLE_DEVICES=$CARD python test.py --model_def config/ds_1w_prune_0.8_xs_min_loss_yolov3-ds-person.cfg --weights_path weights/ds_1w_prune_0.8_xs_min_loss_yolov3_ckpt.pth --data_config config/person.data --class_path data/person.names --conf_thres 0.1
|