Git Product home page Git Product logo

Comments (2)

raghavgoyal14 avatar raghavgoyal14 commented on August 25, 2024

Although, when I use opencv-python, I'm able to replicate the results.
For my video dataset, I'm using the above ffmpeg command to burst and save frames to feed into the input pipeline of tensorflow. On the other hand, is I use opencv then saving numpy object for bursted frames is a disadvantage in terms of storage capacity.

If possible, can you share how you go about it ?

P.S. the histograms for video clip for opencv v/s specific ffmpeg command

Shape of vid opencv --> (16, 128, 171, 3)
(array([446550, 141813,  80391,  75870,  48795,  77991, 131775,  37860,
         8763,    816]), array([   0. ,   24.6,   49.2,   73.8,   98.4,  123. ,  147.6,  172.2,
        196.8,  221.4,  246. ]))

Shape of vid using the above ffmpeg --> (16, 128, 171, 3)
(array([428868, 149859,  87015,  75621,  57087,  86070, 127770,  32820,
         4953,    561]), array([   0.,   25.,   50.,   75.,  100.,  125.,  150.,  175.,  200.,
        225.,  250.]))

from c3d-keras.

chuckcho avatar chuckcho commented on August 25, 2024

Hope you figured out the way to deal with opencv. SInce this is not directly related to Keras implementation of C3D, I'm closing this issue.

from c3d-keras.

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.