New file |
| | |
| | | { |
| | | "so_file_path":"./libs/libface.so", |
| | | "runtime":"./libs:/usr/local/cuda-8.0/lib64", |
| | | "param":{ |
| | | "detect_thread": "16", |
| | | "detect_num": "30", |
| | | "detect_angle": "60", |
| | | "property_thread": "16", |
| | | "extract_thread": "16", |
| | | "track_interval": "3", |
| | | "track_sample": "720", |
| | | "max_channel": "16", |
| | | "gpu-memory":"1024" |
| | | } |
| | | } |
New file |
| | |
| | | { |
| | | "so_file_path": "./libs/libhumantrack.so", |
| | | "runtime":"./libs:/usr/local/cuda-10.0/lib64", |
| | | "param":{ |
| | | "batch_size": 16, |
| | | "flag": 0, |
| | | "gpu-memory":"2048" |
| | | } |
| | | } |
New file |
| | |
| | | { |
| | | "so_file_path": "./libs/libvehicle.so", |
| | | "runtime":"", |
| | | "param": { |
| | | "license_path": "./vtr.key", |
| | | "model_path": "./data/model", |
| | | "scene": "2", |
| | | "mode": "0", |
| | | "gpu-memory":"0" |
| | | } |
| | | } |
New file |
| | |
| | | { |
| | | "so_file_path": "./libs/libyolo.so", |
| | | "runtime": "./libs:/usr/local/cuda-8.0/lib64", |
| | | "param": { |
| | | "cfg_path": "./data/yolo/cfg/yolov3.cfg", |
| | | "weights_path": "./data/yolo/yolov3.weights", |
| | | "names_path": "./data/yolo/data/coco.names", |
| | | "gpu-memory":"2048" |
| | | } |
| | | } |