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

I seem to have "BrokenPipeError" when i run test_nas_video_process.py #21

Open
JiangShanCode opened this issue Aug 1, 2022 · 1 comment

Comments

@JiangShanCode
Copy link

I have the error log:
model_loading [elapsed] : 0.03586411476135254sec
encode [after video info]: 1.9073486328125e-06sec
encode [start]: 0.046860694885253906sec
decode [configuration]: 0.050164222717285156sec
decode [video read prepare]: 0.06549692153930664sec
decode [prepare_frames-96]: 0.3793065547943115sec
Process Process-3:
Traceback (most recent call last):
File "/home/docker/miniconda3/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap
self.run()
File "/home/docker/miniconda3/lib/python3.7/multiprocessing/process.py", line 99, in run
self._target(*self._args, **self._kwargs)
File "/home/docker/workspace/NAS_public/process.py", line 366, in encode
pipe.stdin.flush()
BrokenPipeError: [Errno 32] Broken pipe
decode [super-resolution]: 2.427304744720459sec

How to solve the problem,please?

@chaos5958
Copy link
Collaborator

Have you use the opencv package specific in README?
I experienced the similar issue when I used the different versions of opencv.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants