DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

The Journey to Optimize Billion-Scale Image Search

4 years ago dzone.com
The Journey to Optimize Billion-Scale Image Search

Summary: This is a summary of an article originally published by the source. Read the full original article here →

by As its user gallery is growing larger, Yupoo has an urgent business need for a solution that can quickly locate the image. In other words, when a user inputs an image, the system should find its original image and similar images in the gallery.

The pixels of a binary image is either black or white, so each pixel can be represented by 0 or For example, the matrix representation of a 4 * 4 binary image is: The three primary colors (red, green, and blue) can be mixed to produce any color.

The image is loaded using theimage.load_img method of keras.preprocessing: In fact, it is the TensorFlow method called by Keras.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com