GithubHelp home page GithubHelp logo

deeplearning-slam's Introduction

deeplearning-slam

deeplearning-slam's People

Contributors

dunfentiao avatar

Stargazers

Ajinkya Puar avatar  avatar

Watchers

 avatar

Forkers

charlesao

deeplearning-slam's Issues

TripleLoopClosure

triplet_v2.py

三层网络结构
an pos neg三幅图片分为四个区域输入
计算相似度Cosine()
an & positive
ap_11 12 13 14
null 22 23 24
null null 33 34
null null null 44
ap_d对角线 average
ap_r 非对角线 average
an & negative

s_ap, s_an weightedlayer() 和S曲线的运算
loss exponential_loss() 越相似(1)Loss越小,越不相似(-1)Loss值越大

model
model_for_predict

---training
设定不同的阈值,

mnist

File "cnn.py", line 21, in
data, label = load_data()
File "/home/qinq/usage_demo/data.py", line 17, in load_data
img = Image.open("./mnist/"+imgs[i])
File "/usr/local/lib/python2.7/dist-packages/PIL/Image.py", line 2519, in open
% (filename if filename else fp))
IOError: cannot identify image file './mnist/Thumbs.db'

fix: 原来解压的文件中多出一个 './mnist/Thumbs.db', 删掉就好了

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.