Upload Nimble Narwhal v6.0.0
Browse files- README.md +2 -2
- ncnn_cpu.tar.gz +1 -1
- onnx_cpu.tar.gz +3 -0
README.md
CHANGED
|
@@ -33,7 +33,7 @@ Pyronear YOLO model for early wildfire smoke detection.
|
|
| 33 |
| File | Description |
|
| 34 |
|---|---|
|
| 35 |
| `best.pt` | PyTorch weights |
|
| 36 |
-
| `
|
| 37 |
| `ncnn_cpu.tar.gz` | NCNN export (cpu) |
|
| 38 |
| `manifest.yaml` | Full training manifest |
|
| 39 |
|
|
@@ -58,7 +58,7 @@ import onnxruntime as ort
|
|
| 58 |
import numpy as np
|
| 59 |
from PIL import Image
|
| 60 |
|
| 61 |
-
path = hf_hub_download(repo_id="pyronear/yolo11s_nimble-narwhal_v6.0.0", filename="
|
| 62 |
session = ort.InferenceSession(path, providers=["CPUExecutionProvider"])
|
| 63 |
|
| 64 |
img = Image.open("image.jpg").resize((1024, 1024))
|
|
|
|
| 33 |
| File | Description |
|
| 34 |
|---|---|
|
| 35 |
| `best.pt` | PyTorch weights |
|
| 36 |
+
| `onnx_cpu.tar.gz` | ONNX export (cpu) |
|
| 37 |
| `ncnn_cpu.tar.gz` | NCNN export (cpu) |
|
| 38 |
| `manifest.yaml` | Full training manifest |
|
| 39 |
|
|
|
|
| 58 |
import numpy as np
|
| 59 |
from PIL import Image
|
| 60 |
|
| 61 |
+
path = hf_hub_download(repo_id="pyronear/yolo11s_nimble-narwhal_v6.0.0", filename="onnx_cpu.tar.gz")
|
| 62 |
session = ort.InferenceSession(path, providers=["CPUExecutionProvider"])
|
| 63 |
|
| 64 |
img = Image.open("image.jpg").resize((1024, 1024))
|
ncnn_cpu.tar.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 32590088
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dde62ddba010f965332af2b6899bd74cd6c418c9935d153d0fc8e0576732b936
|
| 3 |
size 32590088
|
onnx_cpu.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eeaf487c1c36a72d5da908fefe6ed0b40388cdaa3bded463934fa944aa226f4c
|
| 3 |
+
size 32614578
|