You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For PQ, we have to train encoder (give PQ code for a given original feature) first.
If we use too small number of examples for training encoder, the encoder is not well aligned with real dataset. It may give as poor quantization results.
If we use too many number of examples for training encoder, it represents well for real dataset. The downside is time for training the codebook.
Suppose we use 1B SIFT features. How many examples are common for training PQ codebook?
Is the same reasoning works as well for OPQ, LOPQ?
The text was updated successfully, but these errors were encountered:
For PQ, we have to train encoder (give PQ code for a given original feature) first.
If we use too small number of examples for training encoder, the encoder is not well aligned with real dataset. It may give as poor quantization results.
If we use too many number of examples for training encoder, it represents well for real dataset. The downside is time for training the codebook.
Suppose we use 1B SIFT features. How many examples are common for training PQ codebook?
Is the same reasoning works as well for OPQ, LOPQ?
The text was updated successfully, but these errors were encountered: