XythicK commited on
Commit
8b521a8
·
verified ·
1 Parent(s): befe5da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -68,7 +68,7 @@ VeritaMilitary supports a wide range of hardware. Click the buttons below to dow
68
  | <img src="https://pytorch.org/assets/images/pytorch-logo.png" width="40"> | **C++ / Production** | TorchScript JIT | [**⬇️ Download TorchScript**](https://huggingface.co/arkito/VeritaMilitary/resolve/main/best.torchscript) |
69
  | <img src="https://cdn-icons-png.flaticon.com/512/0/747.png" width="35"> | **iOS / macOS** | Apple Neural Engine | [**⬇️ Download CoreML**](https://huggingface.co/arkito/VeritaMilitary/resolve/main/best.mlpackage.zip) |
70
  | <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) |
71
-
72
  ## 🛠 Usage
73
  ```python
74
  from ultralytics import YOLO
 
68
  | <img src="https://pytorch.org/assets/images/pytorch-logo.png" width="40"> | **C++ / Production** | TorchScript JIT | [**⬇️ Download TorchScript**](https://huggingface.co/arkito/VeritaMilitary/resolve/main/best.torchscript) |
69
  | <img src="https://cdn-icons-png.flaticon.com/512/0/747.png" width="35"> | **iOS / macOS** | Apple Neural Engine | [**⬇️ Download CoreML**](https://huggingface.co/arkito/VeritaMilitary/resolve/main/best.mlpackage.zip) |
70
  | <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) |
71
+ | <img src="https://raw.githubusercontent.com/Tencent/ncnn/master/images/256-ncnn.png" width="40"> | **Embedded Devices** | NCNN Optimized | [**⬇️ Download NCNN**](https://huggingface.co/arkito/VeritaMilitary/resolve/main/best_ncnn_model.zip) |
72
  ## 🛠 Usage
73
  ```python
74
  from ultralytics import YOLO