Mateo commited on
Commit
ef4fd02
·
verified ·
1 Parent(s): 95cd9b0

Upload Nimble Narwhal v6.0.0

Browse files
Files changed (3) hide show
  1. README.md +2 -2
  2. ncnn_cpu.tar.gz +1 -1
  3. 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
- | `best.onnx` | ONNX export (cpu) |
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="best.onnx")
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:44035744803c7e67a36252d87bbf4bc8b39490aaa8ac4876558e60d15a0c41b5
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