-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun_test_mafa.sh
More file actions
executable file
·45 lines (38 loc) · 1.84 KB
/
run_test_mafa.sh
File metadata and controls
executable file
·45 lines (38 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# CUDA_VISIBLE_DEVICE=1 python test_mafa.py \
# --trained_model ./weights/lr_1e3_resize_image_norm_rgb/mobilenet0.25_Final.pth \
# --network mobile0.25 \
# --path_test xml_mafa/mafa3.txt \
# --save_image
# python test_mafa.py \
# --trained_model ./weights/finetune/Resnet50_Final.pth \
# --network resnet50 \
# --path_test /mnt/disk1/chungtq/ComputerVision/FaceDetection/Pytorch_Retinaface/xml_mafa/mafa3.txt
# # --save_image
# CUDA_VISIBLE_DEVICE=1 python test_mafa_landmark.py \
# --trained_model ./weights/lr_1e3_resize_image_rgb_relu_conv/mobilenet0.25_epoch_170.pth \
# --network mobile0.25 \
# --path_test xml_mafa/mafa3.txt \
# # --save_image
# CUDA_VISIBLE_DEVICE=1 python test_mafa.py \
# --trained_model ./weights/lr_1e3_resize_image_rgb_relu_conv/mobilenet0.25_epoch_170.pth \
# --network mobile0.25 \
# --path_test xml_mafa/mafa3.txt \
# # --save_image
# CUDA_VISIBLE_DEVICE=1 python test_mafa_resize.py \
# --trained_model ./weights/lr_1e3_resize/lr_1e3_resizemobilenet0.25_epoch_245.pth \
# --network mobile0.25 \
# --path_test ./weights/Thoa_Resize/wider_test_medium.txt \
# # --save_image
# CUDA_VISIBLE_DEVICE=0 python test_mafa_landmark.py \
# --trained_model ./weights/lr_1e3_resize_640_640_origin/mobilenet0.25_Final.pth \
# --network mobile0.25 \
# --path_test xml_mafa/mafa3.txt \
CUDA_VISIBLE_DEVICE=2 python test_mafa_landmark.py \
--trained_model weights/lr_1e5_resize_360_640_RGB_NORM_01_transfer_learning_scale_camera_L2/mobilenet0.25_Final.pth \
--network mobile0.25 \
--path_test xml_mafa/camera_log.txt \
# --save_image
# CUDA_VISIBLE_DEVICE=2 python test_mafa_landmark_quantization.py \
# --trained_model weights/lr_1e5_resize_360_640_RGB_NORM_01_transfer_learning_quantization/mobilenet0.25_Final_quantized_jit.pth \
# --network mobile0.25 \
# --path_test xml_mafa/camera_log.txt \