question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue running sample command.

See original GitHub issue

Hi! I’m trying to execute your updated code on a single video file. I modified the paths in your sample command to suit the ones on my machine and I get an Assertion error that looks like the following: Traceback (most recent call last): File "./obj_detect_tracking_cmu_new/obj_detect_tracking.py", line 429, in <module> vcap = VideoReader(videofile) File "/home/gmelki1/activity-detection/argus-images/obj_detect_tracking_cmu_new/diva_io/video/reader.py", line 53, in __init__ self._init() File "/home/gmelki1/activity-detection/argus-images/obj_detect_tracking_cmu_new/diva_io/video/reader.py", line 219, in _init assert len(self._packets) == self._stream.duration AssertionError

Any ideas? Thanks!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
JunweiLiangcommented, Feb 12, 2020

@melkiga Please add the three outputs I mentioned above.

1reaction
Lijun-Yucommented, Feb 12, 2020

This is a known issue of diva_io v0.2 on some corrupted videos, which has been fixed in diva_io v0.3. I would recommend @JunweiLiang to update correspondingly to fix this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Running the Samples from the Command Line
To build and run the samples: In a Command Prompt window, start the Java Card simulator by using the cref command with the...
Read more >
RUN command examples - IBM
RUN command examples. Example 1. Parent topic: RUN command.
Read more >
RuntimeWarning when running sample command #35 - GitHub
It turned out the problem is from mujoco. I was trying to run planet from docker container with mujoco installed into the docker...
Read more >
Build and Run a Sample Project Using the Command Line - Intel
Build and run your first sample project using the Intel® oneAPI Base Toolkit ... Command line development can be done with a terminal...
Read more >
GitLab Runner commands
Exit as soon as currently running builds do finish (graceful shutdown). run, SIGHUP, Force to reload configuration file. For example, to force a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found