[plugin] name = "behavior_detection" version = "2.0.0" display_name = "Nhận diện hành vi" description = "Phát hiện hành vi bất thường (bạo lực, té ngã, v.v.)" library = "behavior_detection.dll" [capabilities] use_gpu = true use_batching = true use_tracking = true use_zone = false [classes] names = ["non-violence", "violence", "falling", "loitering", "running", "crowding"] defaults = ["violence", "falling", "loitering", "running", "crowding"] [models] files = ["behavior.onnx"] [inference] model = "behavior.onnx" confidence = 0.75 nms = 0.45 input_size = 640