Ask Your Question
1

Is pre-processing of images still required while using tflite in an application?

asked 2022-04-26 11:00:00 +0000

lalupa gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2022-12-21 21:00:00 +0000

ladyg gravatar image

Yes, pre-processing of images is still required while using tflite in an application. Tflite models are optimized for mobile and edge devices, but they still have certain input requirements such as the image size, channel format, and normalization. Therefore, pre-processing the input images to meet these requirements is necessary for accurate inference results. Pre-processing can include resizing, cropping, normalization, and converting to the correct format.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-04-26 11:00:00 +0000

Seen: 12 times

Last updated: Dec 21 '22