This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

refactor: base models

+1 -1
sample/composeApp/src/androidMain/assets/lite-model_efficientdet_lite2_detection_metadata_1.tflite

This is a binary file and will not be displayed.

sample/composeApp/src/androidMain/assets/yolov10n_float16.tflite

This is a binary file and will not be displayed.

+1 -1
sample/composeApp/src/commonMain/kotlin/com/nate/posedetection/App.kt
··· 86 86 import kotlin.time.ExperimentalTime 87 87 88 88 val androidPath = "yolov10n_float16.tflite" 89 - val iosPath = "basketballs_n1" 89 + val iosPath = "YOLOv3FP16" 90 90 91 91 @Composable 92 92 internal fun App() = AppTheme {