XythicK commited on
Commit
94cddf7
·
verified ·
1 Parent(s): 4f80204

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -25,8 +25,7 @@ base_model_relation: finetune
25
  Developed by **M Mashhudur Rahim (XythicK)** at **Arkito Lab** (A Non-Profit Research Organization).
26
 
27
  ## 🚀 Model Overview
28
- - **Model Architecture:** YOLOv26-Nano
29
- - **Model Size:** 5.2 MB
30
  - **Target Domain:** Aerial/Drone View
31
  - **Inference Speed:** ~2.7ms per image
32
 
@@ -80,7 +79,7 @@ model = YOLO('best.pt')
80
  results = model.predict(source='drone_footage.mp4', imgsz=640, conf=0.25)
81
  results[0].show()
82
  ```
83
- 🏢 About Arkito Lab
84
  Arkito Lab is a non-profit organization dedicated to open-source research and the development of AI solutions for humanitarian and defense technology.
85
 
86
  Maintained by: M Mashhudur Rahim (XythicK)
@@ -91,5 +90,5 @@ If you use this model in your research or in your use please cite
91
  title = {VeritaScan: Lightweight YOLOv11-Nano Object Detection for Aerial Military Surveillance},
92
  year = {2026},
93
  publisher = {Arkito Lab},
94
- url = {https://huggingface.co/XythicK/VeritaMilitary},
95
  }```
 
25
  Developed by **M Mashhudur Rahim (XythicK)** at **Arkito Lab** (A Non-Profit Research Organization).
26
 
27
  ## 🚀 Model Overview
28
+ - **Model Size:** 5.4 MB
 
29
  - **Target Domain:** Aerial/Drone View
30
  - **Inference Speed:** ~2.7ms per image
31
 
 
79
  results = model.predict(source='drone_footage.mp4', imgsz=640, conf=0.25)
80
  results[0].show()
81
  ```
82
+ ### 🏢 About Arkito Lab
83
  Arkito Lab is a non-profit organization dedicated to open-source research and the development of AI solutions for humanitarian and defense technology.
84
 
85
  Maintained by: M Mashhudur Rahim (XythicK)
 
90
  title = {VeritaScan: Lightweight YOLOv11-Nano Object Detection for Aerial Military Surveillance},
91
  year = {2026},
92
  publisher = {Arkito Lab},
93
+ url = {https://huggingface.co/XythicK/VeritaScan},
94
  }```