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

core dumped #8

Open
scutzhe opened this issue Nov 23, 2020 · 2 comments
Open

core dumped #8

scutzhe opened this issue Nov 23, 2020 · 2 comments

Comments

@scutzhe
Copy link

scutzhe commented Nov 23, 2020

[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./demo'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 __memcpy_avx_unaligned () at ../sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S:238
238 ../sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: No such file or directory.
[Current thread is 1 (Thread 0x7fadc938c9c0 (LWP 27232))]

@finnickniu
Copy link
Owner

The main contribution of this repository is providing a c++ version of tflite object detection - the "demo.cpp." The bugs of c++ and other issues you should ask Stack Overflow, not me, I am not your debugger XD. Additionally, there is no one posting an issue like you, I owe you nothing, thanks.

@scutzhe
Copy link
Author

scutzhe commented Nov 23, 2020

The main contribution of this repository is providing a c++ version of tflite object detection - the "demo.cpp." The bugs of c++ and other issues you should ask Stack Overflow, not me, I am not your debugger XD. Additionally, there is no one posting an issue like you, I owe you nothing, thanks.

I'm Sorry. memcpy(interpreter->typed_input_tensor(0), image.data, image.total() * image.elemSize()); Just to say this line may happen some questions.

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