XythicK commited on
Commit
7ff8467
·
verified ·
1 Parent(s): d12be0a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -7
README.md CHANGED
@@ -53,13 +53,20 @@ The following graphs illustrate the training progress and model evaluation:
53
  | ![Aerial](image_5f451e.jpg) | ![Ground](image_5ee03e.jpg) |
54
  | **85% Confidence in Tank** | **Domain Mismatch (Aerial Optimized)** |
55
 
56
- ## 📦 Multi-Platform Deployment
57
- The model has been exported to multiple formats to support a wide range of hardware:
58
- - **ONNX**: Universal CPU/GPU inference.
59
- - **TFLite**: Mobile and Android Drone controllers.
60
- - **CoreML**: Apple/iOS devices.
61
- - **TensorRT**: High-speed NVIDIA Jetson deployment.
62
- - **OpenVINO**: Optimized for Intel processors.
 
 
 
 
 
 
 
63
 
64
  ## 🛠 Usage
65
  ```python
 
53
  | ![Aerial](image_5f451e.jpg) | ![Ground](image_5ee03e.jpg) |
54
  | **85% Confidence in Tank** | **Domain Mismatch (Aerial Optimized)** |
55
 
56
+ ## 📦 Multi-Platform Deployment & Downloads
57
+ VeritaMilitary supports a wide range of hardware. Click the buttons below to download the optimized formats:
58
+
59
+ | Framework | Target Hardware | Optimization | One-Click Download |
60
+ | :--- | :--- | :--- | :--- |
61
+ | <img src="https://files.svgcdn.io/simple-icons/onnx.png" width="40"> | **Universal** (PC, Cloud, Edge) | Standard FP32/FP16 | [**⬇️ Download ONNX**](https://huggingface.co/arkito/VeritaMilitary/resolve/main/best.onnx) |
62
+ | <img src="https://pbs.twimg.com/media/Dm8PPNMUUAAW0aJ.jpg" width="80"> | **NVIDIA Jetson / RTX** | CUDA Accelerated | [**⬇️ Download TensorRT (.engine)**](https://huggingface.co/arkito/VeritaMilitary/resolve/main/best.engine) |
63
+ | <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRlF8SVfM6mBuzXS3VslsbwLE8bwMp1e8t4vQ&s" width="80"> | **Intel CPU / iGPU** | OpenVINO Runtime | [**⬇️ Download OpenVINO**](https://huggingface.co/arkito/VeritaMilitary/resolve/main/best_openvino_model.zip) |
64
+ | <img src="https://storage.googleapis.com/gweb-developer-goog-blog-assets/images_archive/original_images/image1_v7xhr8h.png" width="80"> | **Mobile / Android** | Mobile Quantized | [**⬇️ Download TFLite**](https://huggingface.co/arkito/VeritaMilitary/resolve/main/best_float16.tflite) |
65
+ | <img src="https://www.tensorflow.org/images/tf_logo_horizontal.png" width="80"> | **Web Browsers** | TensorFlow.js | [**⬇️ Download TF.js**](https://huggingface.co/arkito/VeritaMilitary/resolve/main/best_web_model.zip) |
66
+ | <img src="https://www.tensorflow.org/images/tf_logo_horizontal.png" width="80"> | **Legacy Systems** | Frozen Graph (.pb) | [**⬇️ Download TF-PB**](https://huggingface.co/arkito/VeritaMilitary/resolve/main/best.pb) |
67
+ | <img src="https://pytorch.org/assets/images/pytorch-logo.png" width="70"> | **C++ / Production** | TorchScript JIT | [**⬇️ Download TorchScript**](https://huggingface.co/arkito/VeritaMilitary/resolve/main/best.torchscript) |
68
+ | <img src="https://developer.apple.com/assets/elements/icons/core-ml/core-ml-96x96_2x.png" width="35"> | **iOS / macOS** | Apple Neural Engine | [**⬇️ Download CoreML**](https://huggingface.co/arkito/VeritaMilitary/resolve/main/best.mlpackage.zip) |
69
+ | <img src="https://github.com/alibaba/MNN/raw/master/doc/banner.png" width="60"> | **Embedded Devices** | MNN Optimized | [**⬇️ Download MNN**](https://huggingface.co/arkito/VeritaMilitary/resolve/main/best.mnn) |
70
 
71
  ## 🛠 Usage
72
  ```python