Giter VIP home page Giter VIP logo

anchor-boxes-with-kmeans's People

Contributors

joydeepmedhi 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

anchor-boxes-with-kmeans's Issues

Formula with Area Scale and TF Scale

Hi Joydeepmedhi,

Thanks for these codes. They are very helpful.

Can i ask why the formula for Area Scale is
data['b_area_scale'] = (data['w']*data['h']/(base_box)).apply(np.sqrt)
instead of
data['b_area_scale'] = (data['b_w']*data['b_h']/(base_box)).apply(np.sqrt)?

and why the for formula for TF Scale is
data['tf_scale'] = data['b_h'](data['b_ar']).apply(np.sqrt)/base_anchor
instead of
data['tf_scale'] = data['b_h']
(data['b_ar'])/base_anchor?
(why is square root needed for TF Scale?)

How to use these clustering results in Faster RCNN to initialize Anchors?

I am sorry to bother you. I would like to ask how these clustering results can be used in Faster-RCNN. I see a lot of output in your .ipynb. Can I replace the corresponding parameters in Faster-RCNN config file with the clustering results such as Aspect Ratios and Scales? I have just come into contact with this research direction. I look forward to your reply, thank you!

About input_array.

Why do you set such values in input_array=[64,96,128,196,212,256,512]? how do you get that, like 212?

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.