Back to evaluations
Public evaluation

Drone Threat Classification

Evaluation will be based on the accuracy, precision, recall, and F1-score of the threat detection model, as well as the usability and scalability of the system.

Evaluation type
task based
Challenge
AI-Powered Drone Threat Detection
Difficulty
Advanced
Rigor
Unspecified

Evaluation overview

How the linked challenge is judged: tasks, benchmarks, and criteria count.

Tasks
1
Benchmarks
0
Criteria
0

Task templates

Inputs and expected outputs.

Task 1

Drone Threat Classification

Classify drone flight patterns and payload information as either 'Threat' or 'No Threat'.

Input format

JSON: { 'flight_data': [..], 'payload_data': [..] }

Output format

JSON: { 'prediction': 'Threat' or 'No Threat', 'confidence': 0.0-1.0 }