Code Monkey home page Code Monkey logo

ssd_keras's People

Contributors

wikke 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  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

ssd_keras's Issues

Adding the images

Can I add new set of images to VOC dataset and how to add labels of those newly added images

无法识别pics目录里面带猫的图片

下载VOC2007和PASCAL_VOC_SSD300_weight_checkpoint-epoch-16-loss-3.3392.hdf5文件,运行SSD.py,可以识别自行车、人物,图片上都能正确标注区域,但是所有带猫的图片没有标注。

我自己fork了你的项目,https://github.com/sunjl/keras_ssd,修改了SSD.py文件:

OUTPUT_DIR = './output'
MODEL_H5_NAME = 'weight.hdf5'
# MODEL_H5_NAME = 'PASCAL_VOC_SSD300_weight_checkpoint-epoch-16-loss-3.3392.hdf5'
model.save_weights(os.path.join(OUTPUT_DIR, MODEL_H5_NAME))
model.load_weights(os.path.join(OUTPUT_DIR, MODEL_H5_NAME))

自己训练模型,无法识别pics任一图片,怎么回事?
运行环境:Ubuntu 16.04,CUDA 8.0,Python 3.5,Keras 2.0.9,Tensorflow 1.3.0
GTX960显卡,4G显存不够用,所以把SSD.py文件中的batch改为1

How it works?

Hi!
I am trying to understand SSD algorithm. Your implementation is the most understandable among all I've found. But still I have some questions and I hope you can help me with it.
The first question is: why do we need variances? As I understand, it is used to normalized coordinates. But why do we need normalization? For the better performance?

Also, what is the difference between location coordinates and priors coordinates?

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.