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

No registered converter was able to extract a C++ pointer to type char from this Python object of type bytes #282

Open
baiqilin1991 opened this issue May 24, 2020 · 1 comment

Comments

@baiqilin1991
Copy link

when I run dense_flow/tools/extract_flow.py

Traceback (most recent call last):
File "extract_flow.py", line 71, in
flow_frames = f.extract_flow(frame_list)
File "extract_flow.py", line 23, in extract_flow
rst = self._et.extract_flow([x.tostring() for x in frame_list], frame_size[1], frame_size[0])
TypeError: No registered converter was able to extract a C++ pointer to type char from this Python object of type bytes

can any one help me?

@baiqilin1991
Copy link
Author

@yjxiong

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

1 participant