model_fall / PaddleDetection-release-2.6 /deploy /lite /keypoint_runtime_config.json
SUM010's picture
Upload 2120 files
7b7527a
raw
history blame contribute delete
309 Bytes
{
"model_dir_det": "./model_det/",
"batch_size_det": 1,
"threshold_det": 0.5,
"model_dir_keypoint": "./model_keypoint/",
"batch_size_keypoint": 8,
"threshold_keypoint": 0.5,
"image_file": "./demo.jpg",
"image_dir": "",
"run_benchmark": false,
"cpu_threads": 4,
"use_dark_decode": true
}