Skip to content

Commit 52f5e72

Browse files
committed
Keep only the ClassifierActivity for demo purposes
1 parent d608cad commit 52f5e72

5 files changed

Lines changed: 0 additions & 1427 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,6 @@
3737
<category android:name="android.intent.category.LAUNCHER" />
3838
</intent-filter>
3939
</activity>
40-
41-
<activity android:name="org.tensorflow.demo.DetectorActivity"
42-
android:screenOrientation="portrait"
43-
android:label="@string/activity_name_detection">
44-
<intent-filter>
45-
<action android:name="android.intent.action.MAIN" />
46-
<category android:name="android.intent.category.LAUNCHER" />
47-
</intent-filter>
48-
</activity>
49-
50-
<activity android:name="org.tensorflow.demo.StylizeActivity"
51-
android:screenOrientation="portrait"
52-
android:label="@string/activity_name_stylize">
53-
<intent-filter>
54-
<action android:name="android.intent.action.MAIN" />
55-
<category android:name="android.intent.category.LAUNCHER" />
56-
</intent-filter>
57-
</activity>
5840
</application>
5941

6042
</manifest>

app/src/main/java/org/tensorflow/demo/DetectorActivity.java

Lines changed: 0 additions & 360 deletions
This file was deleted.

0 commit comments

Comments
 (0)