python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Zernike moment as Shape descriptor doesn't work
I m working to create a CBIR, I want to use Zernike moment to get shape feature of a query image.
I try to implement it by following this tutoriel:
https://pyimagesearch.com/2014/05/19/building-pokede...
Allassane Dicko
Votes: 0
Answers: 1
How to evalaute a CBIR model performance without ground truth?
I implemented a content-based image retrieval(CBIR) model using Convolutional Autoencoders (neural networks). When given a query image to the model, I get five retrieval results from the database.
But...
raghu varma
Votes: 0
Answers: 0