mirror of
https://github.com/PaddlePaddle/PaddleClas.git
synced 2025-06-03 21:55:06 +08:00
rm useless file
This commit is contained in:
parent
88bcaf3176
commit
06fc5eee57
@ -1,36 +0,0 @@
|
|||||||
Global:
|
|
||||||
infer_imgs: "./images/PULC/vehicle_exists/objects365_00001507.jpeg"
|
|
||||||
inference_model_dir: "./models/vehicle_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: no_vehicle
|
|
||||||
label_1: contains_vehicle
|
|
||||||
SavePreLabel:
|
|
||||||
save_dir: ./pre_label/
|
|
Binary file not shown.
Before Width: | Height: | Size: 157 KiB |
Binary file not shown.
Before Width: | Height: | Size: 178 KiB |
Loading…
x
Reference in New Issue
Block a user