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

Segmentation Fault Occurs #150

Open
Satellite23 opened this issue Aug 8, 2024 · 0 comments
Open

Segmentation Fault Occurs #150

Satellite23 opened this issue Aug 8, 2024 · 0 comments
Labels
comp:model Model related isssues

Comments

@Satellite23
Copy link

Satellite23 commented Aug 8, 2024

Description

I am trying to run my own tflite model based on pycoral lib. However, it shows segmentation fault. How to solve that? my libs are just:
import os
import numpy as np
from pycoral.utils import edgetpu
from pycoral.adapters import common
import math

Click to expand!

Issue Type

No response

Operating System

No response

Coral Device

No response

Other Devices

No response

Programming Language

No response

Relevant Log Output

This is what my terminal shows:

mendel@deft-ibis:~$ python3
Python 3.7.3 (default, Dec 20 2019, 18:57:59) 
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tflite_runtime as tflite
>>> import pycoral
>>> from pycoral.utils.edgetpu import get_runtime_version
>>> get_runtime_version()
'BuildLabel(COMPILER=6.3.0 20170516,DATE=redacted,TIME=redacted), RuntimeVersion(13)'
>>> tflite.__version__
'2.5.0'
>>> pycoral.__version__
'1.0.0'
>>> exit()
mendel@deft-ibis:~$ python3 /home/mendel/inference_nouvel/edgetpu_script_nouvel.py

Segmentation fault
@google-coral-bot google-coral-bot bot added the comp:model Model related isssues label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:model Model related isssues
Projects
None yet
Development

No branches or pull requests

1 participant