Commit acbd25b
committed
feat: port object detection to C++
1 parent 3df12b7 commit acbd25b
25 files changed
Lines changed: 223 additions & 592 deletions
File tree
- packages/react-native-executorch
- android/src/main/java/com/swmansion/rnexecutorch
- models/objectDetection
- utils
- common/rnexecutorch
- host_objects
- jsi
- models
- image_segmentation
- object_detection
- ios/RnExecutorch
- models
- image_segmentation
- object_detection
- utils
- src
- hooks/computer_vision
- modules/computer_vision
- native
Lines changed: 0 additions & 64 deletions
This file was deleted.
Lines changed: 0 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
| |||
73 | 71 | | |
74 | 72 | | |
75 | 73 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | 74 | | |
88 | 75 | | |
89 | 76 | | |
| |||
Lines changed: 0 additions & 74 deletions
This file was deleted.
Lines changed: 0 additions & 201 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
28 | 34 | | |
29 | 35 | | |
0 commit comments