Coder Social home page Coder Social logo

spread-out_local_feature_descriptor's People

Contributors

spongezhang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

spread-out_local_feature_descriptor's Issues

how many epoches did you use to evaluate a dataset ?

image

The test accuracy is always change. Did you get the average precision of the test data ?

I mean, If we train 10 epoch, we can get a precision. If we train 20 epoches, we can get another result. How did you solve this problem ?

'zip' object has not attribute 'sort'

def ErrorRateAt95Recall(labels, scores):
    recall_point = 0.95
    # Sort label-score tuples by the score in descending order.
    sorted_scores = zip(labels, scores)
    sorted_scores.sort(key=operator.itemgetter(1), reverse=False)

I meet an error when excute to the lines "sorted_score.sort().."
The error information is

'zip' object has not attribute 'sort'

Could you share me a solution ?

about the implementation based on hardnet

Hi, thank you very much for sharing the code.
I have checked the code based on hardnet that you provide, but I can't find the part of the implementation of ''Spread-out_Local_Feature_Descriptor'' in it. It seems that the code is just hardnet, could you tell me where is the part of spread-out descriptor in the hardnet code.
Thank you very much.

questions about ubc dataset

thank you for providing the download linking of the ubc dataset. I find there is a different version of ubc dataset (http://matthewalunbrown.com/patchdata/patchdata.html) and patches with different 3D point ID's in the file "info.txt" that have different reference image ID's in the file "interest.txt" may possibly correspond to the same 3D point in this dataset(http://matthewalunbrown.com/patchdata/patchdata.html). I wonder if it is true in the ubc dataset downloaded from your linking

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.