GithubHelp home page GithubHelp logo

yolo2's People

Contributors

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

Watchers

 avatar  avatar  avatar  avatar  avatar

yolo2's Issues

Apply this to movidius

Hello, I want to know if yolov2 using this tensorflow model can be used on intel's moveidius?

Anchor_H and Anchor_W in test.py

Hi, you've done some great work here. Just had a question about test.py, you set anchor_h and anchor_w to 960 and 540 respectively. Looking around though, I don't see how you got those numbers. Could you give me some insight?

Thanks

Activation Function

Hey,
where did you use your lrelu function? the default activation function in tf.layers.conv2d is None.

BR.
Alireza

input and output node name

Hi,

I wish to convert ckpt to pb but need to know the output node name of the file.
And what is the name of input node?

Thanks,

hyperparameter & pre-train issues

  • Does this detection model train totally from scratch with COCO-Dataset or VOC?
    Should we do pre-train with ImageNet?

  • GRID_W = 18 & GRID_H = 10
    How to set these two hyper-parameters ?
    (e.g. input image size: 32 * (13, 13) = (416, 416) as described in paper ? ?)

  • The anchor file missed

Thanks!

Checkpoint file?

It's really cool !!
Actually, do you have the after-training checkpoint file based on your model??
It really help us to train our own model as the pre-training

label about roi_w_scale

I think it's a little strange about the way of roi_w_scale settle (same with roi_h_scale): roi[1] / anchor[1].
Is the roi[1] the ratio of bbox width with original image width or just the raw pixel width?
The grid_w or grid_h is not considered here ?
P.S. Could you share more details about tranning data or skills, I take a try on VOC,but not work very well. Hope more info, Thanks.

TypeError

Was 'train.py' coding with python2 ?
if end < 0:
you passed None to end, arise TypeError: '<' not supported between instances of 'int' and 'NoneType'

Normalization of each output before activation

From the paper and also other keras implementation of YOLO2, I saw normalization of each layer output. Have you implement this layer or just I missed it somewhere, could you point it out. Thank you a lot

Classification Loss

Hi thanks for sharing your amazing job!
Just one question:

I am refering to loss method in train.py
is not clear to me why you vectorized the masked_label_c but not masked_pred_c. Should you vectorize the masked_pred_c too?

Thanks

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.