Commit 5a7e91a 1 parent 668f375 commit 5a7e91a Copy full SHA for 5a7e91a
File tree 7 files changed +12
-16
lines changed
7 files changed +12
-16
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ enum ModelType {
13
13
STYLE_TRANSFER ,
14
14
OBJECT_DETECTION ,
15
15
CLASSIFICATION ,
16
- SEMANTIC_SEGMENTATION ,
17
16
}
18
17
19
18
export default function App ( ) {
@@ -47,8 +46,6 @@ export default function App() {
47
46
return (
48
47
< ClassificationScreen imageUri = { imageUri } setImageUri = { setImageUri } />
49
48
) ;
50
- case ModelType . SEMANTIC_SEGMENTATION :
51
- return < > </ > ;
52
49
default :
53
50
return (
54
51
< StyleTransferScreen imageUri = { imageUri } setImageUri = { setImageUri } />
@@ -67,7 +64,6 @@ export default function App() {
67
64
'Style Transfer' ,
68
65
'Object Detection' ,
69
66
'Classification' ,
70
- 'Semantic Segmentation' ,
71
67
] }
72
68
onValueChange = { ( _ , selectedIndex ) => {
73
69
handleModeChange ( selectedIndex ) ;
Original file line number Diff line number Diff line change 16
16
"metro-config" : " ^0.81.0" ,
17
17
"react" : " 18.3.1" ,
18
18
"react-native" : " 0.76.3" ,
19
- "react-native-executorch" : " ^0.1.3 " ,
19
+ "react-native-executorch" : " ^0.2.0 " ,
20
20
"react-native-image-picker" : " ^7.2.2" ,
21
21
"react-native-loading-spinner-overlay" : " ^3.0.1" ,
22
22
"react-native-reanimated" : " ^3.16.3" ,
Original file line number Diff line number Diff line change @@ -3352,7 +3352,7 @@ __metadata:
3352
3352
metro-config : ^0.81.0
3353
3353
react : 18.3.1
3354
3354
react-native : 0.76.3
3355
- react-native-executorch : ^0.1.3
3355
+ react-native-executorch : ^0.2.0
3356
3356
react-native-image-picker : ^7.2.2
3357
3357
react-native-loading-spinner-overlay : ^3.0.1
3358
3358
react-native-reanimated : ^3.16.3
@@ -6799,9 +6799,9 @@ __metadata:
6799
6799
languageName : node
6800
6800
linkType : hard
6801
6801
6802
- " react-native-executorch@npm:^0.1.3 " :
6803
- version : 0.1.3
6804
- resolution : " react-native-executorch@npm:0.1.3 "
6802
+ " react-native-executorch@npm:^0.2.0 " :
6803
+ version : 0.2.0
6804
+ resolution : " react-native-executorch@npm:0.2.0 "
6805
6805
peerDependencies :
6806
6806
react : " *"
6807
6807
react-native : " *"
Original file line number Diff line number Diff line change @@ -1277,7 +1277,7 @@ PODS:
1277
1277
- ReactCommon/turbomodule/bridging
1278
1278
- ReactCommon/turbomodule/core
1279
1279
- Yoga
1280
- - react-native-executorch (0.1.3 ):
1280
+ - react-native-executorch (0.2.0 ):
1281
1281
- DoubleConversion
1282
1282
- glog
1283
1283
- hermes-engine
Original file line number Diff line number Diff line change 16
16
"metro-config" : " ^0.81.0" ,
17
17
"react" : " 18.3.1" ,
18
18
"react-native" : " 0.76.3" ,
19
- "react-native-executorch" : " ^0.1.3 " ,
19
+ "react-native-executorch" : " ^0.2.0 " ,
20
20
"react-native-loading-spinner-overlay" : " ^3.0.1" ,
21
21
"react-native-markdown-display" : " ^7.0.2" ,
22
22
"react-native-reanimated" : " ^3.16.3" ,
Original file line number Diff line number Diff line change @@ -5269,7 +5269,7 @@ __metadata:
5269
5269
metro-config : ^0.81.0
5270
5270
react : 18.3.1
5271
5271
react-native : 0.76.3
5272
- react-native-executorch : ^0.1.3
5272
+ react-native-executorch : ^0.2.0
5273
5273
react-native-loading-spinner-overlay : ^3.0.1
5274
5274
react-native-markdown-display : ^7.0.2
5275
5275
react-native-reanimated : ^3.16.3
@@ -6701,9 +6701,9 @@ __metadata:
6701
6701
languageName : node
6702
6702
linkType : hard
6703
6703
6704
- " react-native-executorch@npm:^0.1.3 " :
6705
- version : 0.1.3
6706
- resolution : " react-native-executorch@npm:0.1.3 "
6704
+ " react-native-executorch@npm:^0.2.0 " :
6705
+ version : 0.2.0
6706
+ resolution : " react-native-executorch@npm:0.2.0 "
6707
6707
peerDependencies :
6708
6708
react : " *"
6709
6709
react-native : " *"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-executorch" ,
3
- "version" : " 0.1.3 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"description" : " An easy way to run AI models in react native with ExecuTorch" ,
5
5
"source" : " ./src/index.ts" ,
6
6
"main" : " ./lib/commonjs/index.js" ,
You can’t perform that action at this time.
0 commit comments