sunilhs1986
sunilhs1986
Hi, I am not able to compile the code it shows up 2 errors. /tensorflow/tensorflow/examples/ios/camera/data/tensorflow_inception_graph.pb: No such file or directory /tensorflow/tensorflow/examples/ios/camera/data/imagenet_comp_graph_label_strings.txt: No such file or directory Could some please help...
**Strings.kt:** package com.qvc.kmp.poc.shared import dev.icerock.moko.resources.StringResource import dev.icerock.moko.resources.desc.Resource import dev.icerock.moko.resources.desc.StringDesc import dev.icerock.moko.resources.format actual class Strings { actual fun get(id: StringResource, args: List): String { return if(args.isEmpty()) { StringDesc.Resource(id).localized() } else {...