md789 commited on
Commit
5353335
·
verified ·
1 Parent(s): 761c22f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -1,3 +1,16 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ Dataset choice and detector configuration.
5
+ DAtaset: Drone Detection Computer Vision Dataset
6
+ Autor: DroneDetectionPITT
7
+ Dataset Link: https://universe.roboflow.com/dronedetectionpitt-nwyps/drone-detection-yhkcr
8
+ The dataset contains 34000 drone images across different settings, lighting conditions, and camera proximity.
9
+ Detector configuration: yolov8. Train 20 epochs.
10
+ YOLOv8 was chosen because it supports a wide range of tasks, including object detection, that is the main goal of the tasks given.
11
+
12
+ Kalman filter state design and noise parameters.
13
+ Part 2
14
+
15
+ Failure cases and how the tracker handles missed detections.
16
+ Part 2