GithubHelp home page GithubHelp logo

tony607 / landmark-retrival Goto Github PK

View Code? Open in Web Editor NEW
20.0 20.0 12.0 2.26 MB

Easy Landmark Image Recognition with TensorFlow Hub DELF Module

Home Page: https://www.dlology.com/blog/easy-landmark-image-recognition-with-tensorflow-hub-delf-module/

Jupyter Notebook 100.00%
deep-learning image-retrieval tensorflow

landmark-retrival's Issues

你好,我有一个问题想请教一下

DELF特征的提取匹配的过程,是否可以用于实时的图像检索系统,我实验中发现使用ransac这一步会耗费很长的时间,希望得到你的回复

min samples error

Hello
I am a newbie to Google Colab and tensorflow.
When I ran your code I always got an error at: Perform geometric verification using RANSAC and visualization

The error says:

ValueError Traceback (most recent call last)
in ()
10 min_samples=3,
11 residual_threshold=20,
---> 12 max_trials=1000)
13 # If no inlier is found for a database candidate image, we continue on to the next one.
14 if inliers is None or len(inliers) == 0:
/usr/local/lib/python3.6/dist-packages/skimage/measure/fit.py in ransac(data, model_class, min_samples, residual_threshold, is_data_valid, is_model_valid, max_trials, stop_sample_num, stop_residuals_sum, stop_probability, random_state, initial_inliers)
797
798 if not (0 < min_samples < num_samples):
--> 799 raise ValueError("min_samples must be in range (0, )")
800
801 if residual_threshold < 0:

ValueError: min_samples must be in range (0, )

I ran the code exactly as it was I only defined the paths to the images etc...
It would be amazing if you could help me here and I would like to say thank you for this great work!

License

Is there an associated license for use?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.