You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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))]
The text was updated successfully, but these errors were encountered:
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.
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.
[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))]
The text was updated successfully, but these errors were encountered: