add model & readme
Browse files- .gitattributes +1 -0
- README.md +24 -0
- rfdetr_detector.pte +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
rfdetr_detector.pte filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
# Introduction
|
| 6 |
+
|
| 7 |
+
This repository hosts the [RFDetr Nano](https://ai.google.dev/edge/mediapipe/solutions/vision/image_segmenter) model for object detection for the [React Native
|
| 8 |
+
ExecuTorch](https://www.npmjs.com/package/react-native-executorch) library. It
|
| 9 |
+
includes models exported using XNNPack backend in `.pte` format, ready for use in the
|
| 10 |
+
**ExecuTorch** runtime.
|
| 11 |
+
|
| 12 |
+
If you'd like to run these models in your own ExecuTorch runtime, refer to the
|
| 13 |
+
[official documentation](https://pytorch.org/executorch/stable/index.html) for
|
| 14 |
+
setup instructions.
|
| 15 |
+
|
| 16 |
+
# Compatibility
|
| 17 |
+
|
| 18 |
+
If you intend to use these models outside of React Native ExecuTorch, make sure
|
| 19 |
+
your runtime is compatible with the ExecuTorch version used to export the `.pte`
|
| 20 |
+
files. For more details, see the compatibility note in the ExecuTorch GitHub
|
| 21 |
+
repository. If you work with React Native ExecuTorch, the constants from the
|
| 22 |
+
library will guarantee compatibility with runtime used behind the scenes.
|
| 23 |
+
|
| 24 |
+
These models were exported using **ExecuTorch** version 1.1.0 and no forward
|
| 25 |
+
compatibility is guaranteed. Older versions of the runtime may not work with
|
| 26 |
+
these files.
|
| 27 |
+
|
rfdetr_detector.pte
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ebf2f262bb10aa41e468f4e678d689f37bd55037b751fb71c55ced2b71d7f17a
|
| 3 |
+
size 111571820
|