Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E0911: Packet timestamp mismatch #103

Closed
magichome opened this issue Sep 11, 2019 · 2 comments
Closed

E0911: Packet timestamp mismatch #103

magichome opened this issue Sep 11, 2019 · 2 comments
Assignees
Labels

Comments

@magichome
Copy link

I'm attempting to run object_detection_desktop_tflite_graph against the included test_video.mp4. This is on Windows Subsystem for Linux (WLS), fresh install (OpenCV installed with setup_opencv.sh). I receive the following error...

I0911 07:50:22.769652 16581 simple_run_graph_main.cc:56] Start running the calculator graph.
INFO: Initialized TensorFlow Lite runtime.
W0911 07:50:23.157773 16582 calculator_graph.cc:1136] Resolved a deadlock by increasing max_queue_size of input stream: input_video_header to: 2. Consider increasing max_queue_size for better performance.
W0911 07:50:23.616977 16581 opencv_video_decoder_calculator.cc:167] Not all the frames are decoded (total frames: 205 vs decoded frames: 2).
E0911 07:50:23.623862 16581 simple_run_graph_main.cc:65] Failed to run the graph: CalculatorGraph::Run() failed in Run:
; Packet timestamp mismatch on a calculator receiving from stream "input_video". Current minimum expected timestamp is 1 but received 0. Are you using a custom InputStreamHandler? Note that some InputStreamHandlers allow timestamps that are not strictly monotonically increasing. See for example the ImmediateInputStreamHandler class comment.
; Packet timestamp mismatch on a calculator receiving from stream "input_video". Current minimum expected timestamp is 1 but received 0. Are you using a custom InputStreamHandler? Note that some InputStreamHandlers allow timestamps that are not strictly monotonically increasing. See for example the ImmediateInputStreamHandler class comment.```
@jiuqiant
Copy link
Contributor

jiuqiant commented Sep 11, 2019

Are you using an earlier version of MediaPipe? You can do git pull to obtain the latest version.
We saw a similar issue in #57 before, and committed a fix to the OpenCVVideoDecoderCalculator already.

@magichome
Copy link
Author

Yes, that was it. Thanks!

@jiuqiant jiuqiant self-assigned this Sep 13, 2019
@jiuqiant jiuqiant added the platform:desktop desktop label Sep 13, 2019
arttupii pushed a commit to arttupii/mediapipe that referenced this issue Nov 18, 2023
…ker_update_mediapipe_library_alpha8

Hand landmark - update mediapipe alpha8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants