Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,6 @@ tags:
|
|
| 6 |
- military
|
| 7 |
- drone
|
| 8 |
- object-detection
|
| 9 |
-
- yolo11
|
| 10 |
- aerial-surveillance
|
| 11 |
- defense
|
| 12 |
metrics:
|
|
@@ -73,7 +72,7 @@ VeritaMilitary supports a wide range of hardware. Click the buttons below to dow
|
|
| 73 |
from ultralytics import YOLO
|
| 74 |
|
| 75 |
# Load VeritaMilitary
|
| 76 |
-
model = YOLO('
|
| 77 |
|
| 78 |
# Run Inference
|
| 79 |
results = model.predict(source='drone_footage.mp4', imgsz=640, conf=0.25)
|
|
@@ -84,13 +83,13 @@ Arkito Lab is a non-profit organization dedicated to open-source research and th
|
|
| 84 |
|
| 85 |
Maintained by: M Mashhudur Rahim (XythicK)
|
| 86 |
### Cite This Project
|
| 87 |
-
If you use this model in your research
|
| 88 |
```
|
| 89 |
-
@software{
|
| 90 |
author = {M Mashhudur Rahim (XythicK)},
|
| 91 |
title = {VeritaScan: Lightweight Nano Object Detection for Aerial Military Surveillance},
|
| 92 |
year = {2026},
|
| 93 |
publisher = {Arkito Lab},
|
| 94 |
-
url = {https://huggingface.co/
|
| 95 |
}
|
| 96 |
```
|
|
|
|
| 6 |
- military
|
| 7 |
- drone
|
| 8 |
- object-detection
|
|
|
|
| 9 |
- aerial-surveillance
|
| 10 |
- defense
|
| 11 |
metrics:
|
|
|
|
| 72 |
from ultralytics import YOLO
|
| 73 |
|
| 74 |
# Load VeritaMilitary
|
| 75 |
+
model = YOLO('veritascan.pt')
|
| 76 |
|
| 77 |
# Run Inference
|
| 78 |
results = model.predict(source='drone_footage.mp4', imgsz=640, conf=0.25)
|
|
|
|
| 83 |
|
| 84 |
Maintained by: M Mashhudur Rahim (XythicK)
|
| 85 |
### Cite This Project
|
| 86 |
+
If you use this model in your research please cite
|
| 87 |
```
|
| 88 |
+
@software{XythicK_VeritaScan_2026,
|
| 89 |
author = {M Mashhudur Rahim (XythicK)},
|
| 90 |
title = {VeritaScan: Lightweight Nano Object Detection for Aerial Military Surveillance},
|
| 91 |
year = {2026},
|
| 92 |
publisher = {Arkito Lab},
|
| 93 |
+
url = {https://huggingface.co/arkito/VeritaScan},
|
| 94 |
}
|
| 95 |
```
|