Giter VIP home page Giter VIP logo

Comments (8)

gucasbrg avatar gucasbrg commented on September 21, 2024 3

this cmd in order to get video info,
if you can use "ffprobe -v quiet -print_format json -show_format -show_streams -format hevc /data/openpilot-data/b0c9d2329ad1606b|2018-09-21--23-18-39/0/video.hevc
"
Recompile ffmpeg without any output

from comma2k19.

FrancoisMasson1990 avatar FrancoisMasson1990 commented on September 21, 2024 2

@Jiankai-Sun I had the same error. You just need to remove the if condition in ffprobe(fn, fmt=None) in framereader.py
It correspond to the lignes 72-73 in the python file.

from comma2k19.

adhintz avatar adhintz commented on September 21, 2024 1

Your original error message had

>>> fr = FrameReader(os.path.join('video.hevc'))
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'os' is not defined

which indicates that os.path.join() did not work because python could not find the name os. os is a common module in python, but it needs to be imported before you can use it.

from comma2k19.

adhintz avatar adhintz commented on September 21, 2024

At the start of your python session, also run this command:
import os

from comma2k19.

Jiankai-Sun avatar Jiankai-Sun commented on September 21, 2024

At the start of your python session, also run this command:
import os

How did you find out this trick? Or Why does it work?

from comma2k19.

Jiankai-Sun avatar Jiankai-Sun commented on September 21, 2024

Oh, I have updated the issue. That's not the real reason. Thank you all the same.
I am afraid the dataset is broken. Have you successfully loaded the data using the provided API?

from comma2k19.

haraschax avatar haraschax commented on September 21, 2024

I installed the tools on a new device and downloaded that chunk and it does work for me. There must be a different issue. Can you successfully run the example notebooks provided on the data provided in this repo?

from comma2k19.

Jiankai-Sun avatar Jiankai-Sun commented on September 21, 2024

@HaraldSchafer Yes, I cansuccessfully run the example notebooks provided on the data provided in this repo.

from comma2k19.

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.