diff --git a/deploy/configs/PULC/car_exists/inference_person_exists.yaml b/deploy/configs/PULC/car_exists/inference_person_exists.yaml new file mode 100644 index 000000000..7204b2723 --- /dev/null +++ b/deploy/configs/PULC/car_exists/inference_person_exists.yaml @@ -0,0 +1,36 @@ +Global: + infer_imgs: "./images/PULC/car_exists/objects365_00001507.jpeg" + inference_model_dir: "./models/car_exists_infer" + batch_size: 1 + use_gpu: True + enable_mkldnn: False + cpu_num_threads: 10 + enable_benchmark: True + use_fp16: False + ir_optim: True + use_tensorrt: False + gpu_mem: 8000 + enable_profile: False + +PreProcess: + transform_ops: + - ResizeImage: + resize_short: 256 + - CropImage: + size: 224 + - NormalizeImage: + scale: 0.00392157 + mean: [0.485, 0.456, 0.406] + std: [0.229, 0.224, 0.225] + order: '' + channel_num: 3 + - ToCHWImage: + +PostProcess: + main_indicator: ThreshOutput + ThreshOutput: + threshold: 0.5 + label_0: nocar + label_1: contains_car + SavePreLabel: + save_dir: ./pre_label/ diff --git a/deploy/images/PULC/car_exists/objects365_00001507.jpeg b/deploy/images/PULC/car_exists/objects365_00001507.jpeg new file mode 100644 index 000000000..9959954b6 Binary files /dev/null and b/deploy/images/PULC/car_exists/objects365_00001507.jpeg differ diff --git a/deploy/images/PULC/car_exists/objects365_00001521.jpeg b/deploy/images/PULC/car_exists/objects365_00001521.jpeg new file mode 100644 index 000000000..ea65b3108 Binary files /dev/null and b/deploy/images/PULC/car_exists/objects365_00001521.jpeg differ