Code Monkey home page Code Monkey logo

Comments (2)

anibali avatar anibali commented on August 10, 2024

@yerzhan7orazayev Please ensure that your overall directory structure looks like this:

.
├── ...
├── extracted
│   ├── S1
│   ├── S11
│   ├── S5
│   ├── S6
│   ├── S7
│   ├── S8
│   └── S9
├── ...
├── process_all.py
├── ...

And each extracted subject should have the following layout:

extracted/S1
├── Poses_D2_Positions
│   ├── Directions 1.54138969.cdf
│   ├── Directions 1.55011271.cdf
│   ├── Directions 1.58860488.cdf
│   ├── Directions 1.60457274.cdf
│   ├── ...
├── Poses_D3_Positions
│   ├── Directions 1.cdf
│   ├── ...
├── Poses_D3_Positions_mono
│   ├── Directions 1.54138969.cdf
│   ├── Directions 1.55011271.cdf
│   ├── Directions 1.58860488.cdf
│   ├── Directions 1.60457274.cdf
│   ├── ...
├── Poses_D3_Positions_mono_universal
│   ├── Directions 1.54138969.cdf
│   ├── Directions 1.55011271.cdf
│   ├── Directions 1.58860488.cdf
│   ├── Directions 1.60457274.cdf
│   ├── ...
└── Videos
    ├── Directions 1.54138969.mp4
    ├── Directions 1.55011271.mp4
    ├── Directions 1.58860488.mp4
    ├── Directions 1.60457274.mp4
    ├── ...

from h36m-fetch.

anibali avatar anibali commented on August 10, 2024

@yerzhan7orazayev It is also possible that ffmpeg is encountering some kind of error. I have updated my code to show error output from ffmpeg (99a723f). Please pull the latest version of h36m-fetch before running process_all.py again.

from h36m-fetch.

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.