Open moshaver71 opened 2 years ago
I solved my problem.
You should make the below change on signature_database_base.py.
replace transformed_record = make_record(img, self.gis, self.k, self.N)
with transformed_record = make_record(path, self.gis, self.k, self.N)
on line 267
Hi I'm having this issue as well.
You are referencing line 267 but in the master branch the code that you are referencing is located on line 273.
Do you have the master branch?
Are you actually getting accurate results back after changing that line?
Hi I want to use search image method. but i get the below error. Can you please help me?