Giter Site home page Giter Site logo

car-detection-yolo's People

Contributors

tejaslodaya 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

car-detection-yolo's Issues

yolo.h5

Hey, I really liked your work. I am relatively new to DL and Transfer learning and Keras, could you guide me as to how do I generate yolo.h5 or share an equally convenient file with me given the urgency I'm in? I did follow the link the lead me to a whole new project about which I have no idea.
Thanks in advance.

regarding non-max suppression in README

Hi,

Thank you for the writeup ! It's really useful.
I have one question regarding non-max suppression interpretation you wrote in README :

You mentioned..

1,Select the box that has the highest score.
2,Compute its overlap with all other boxes, and remove boxes that overlap it more than iou_threshold.
3,Iterate until there's no more boxes with a lower score than the current selected box.

My question is about step3.
What if there is a ,say, car in the up right corner of the pic with prob = 0.8, and another car in the up left corner of the pic with prob = 0.6. They are not overlapped. ( IOU = 0 )
We should keep both of them

But...if we do as what step3 says, the algorithm will remove the prob = 0.6 box right ?

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.