Giter Club home page Giter Club logo

Comments (4)

qqwweee avatar qqwweee commented on September 7, 2024

I did a test roughly, and the time to detect one image is almost the same.
The revision does not increase the calculation. Check the input size of preprocessed image and see if two versions have difference.

from keras-yolo3.

lukszamarcin avatar lukszamarcin commented on September 7, 2024

Hi qqwweee, nice work!
I'm wondering what frame rate do you get? When I run this repo I cannot get anywhere close to the performance of original implementation of YOLOv3. Is it even possible to reach similar speed with keras?

from keras-yolo3.

qqwweee avatar qqwweee commented on September 7, 2024

I am working on GPU Tesla K40m. The original C version runs at 0.1s per image, the keras version 0.2s.
C is faster than Python (tensorflow or keras). But I do not know how big this gap is, and how to narrow the gap.

from keras-yolo3.

tanakataiki avatar tanakataiki commented on September 7, 2024

@qqwweee @xxmarl
Actually yolo_vide.py capture image via opencv an conver cv2 to PILonce the detection is done, then convert PIL to cv2. This work reduce a frame rate a bit, but not so much.
This is not the ideal solution but the easiest way to speed up is to change BICUBIC to LINEAR ( resizing method)

from keras-yolo3.

Related Issues (20)

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.