Commit d31a5b4
committed
feat: port object detection to C++
1 parent 415e3b0 commit d31a5b4
25 files changed
Lines changed: 222 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 | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| |||
60 | 58 | | |
61 | 59 | | |
62 | 60 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | 61 | | |
75 | 62 | | |
76 | 63 | | |
| |||
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 | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
34 | 40 | | |
35 | 41 | | |
0 commit comments