lu-wang-g

Results 63 comments of lu-wang-g

Besides decoding image, what else does the map block do?

The [C++ metadata extractor library](https://github.com/tensorflow/tflite-support/tree/master/tensorflow_lite_support/metadata/cc) has been released. We're working on improving the C++ user experience so that it's easy to use when building from source code.

The improvement will focus on non-bazel experiences, such as using CMake. BTW, what is the expected workflow for your use case, like which platform (c++/ swift / java), prebuilt binary...

Thanks for your explanation! Seems like the missing piece of work for you is the swift API distributed from Cocoapods. I'll make a note when we planning work for the...

We didn't have bandwidth to publish the Cocoapod targets for Task Library 0.3. But it's in our radar for the next release in April. Please stay tuned.

@ziyeqinghan @lintian06 can you please share the roadmap for Model Maker?

@lintian06 can you please help with the question above? Thanks!

min/max values are not exposed in the Python API. You can read them using the Python Flatbuffers API. A TFLite model is essentially a FlatBuffers file.

@saxenarrohit technically, you can change whatever value you want in the TFLite mode. A TFLite model is a Flatbuffer file, so it can be modified using the Flatbuffer API. However,...