Issue running sample command.
See original GitHub issueHi! 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:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top 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 >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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@melkiga Please add the three outputs I mentioned above.
This is a known issue of
diva_io
v0.2 on some corrupted videos, which has been fixed indiva_io
v0.3. I would recommend @JunweiLiang to update correspondingly to fix this.