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

How to build on Raspberry? #68

Open
yuxianzhi opened this issue Oct 17, 2021 · 0 comments
Open

How to build on Raspberry? #68

yuxianzhi opened this issue Oct 17, 2021 · 0 comments

Comments

@yuxianzhi
Copy link
Contributor

yuxianzhi commented Oct 17, 2021

We have sucessully build bolt inference library without model converter on Raspberry 3 model B(armv7).

#67

export CFLAGS="-march=armv7-a -mfpu=neon-vfpv4 "
export CXXFLAGS="-march=armv7-a -mfpu=neon-vfpv4 "
./install.sh --target=linux-armv7_blank --converter=off -t 4

#benchmark
./install_linux-armv7_blank/example/benchmark -m ./kit/assets/ImageClassification/ghostnet_f32.bolt

You can transfer your bolt model to Raspberry and run inference.

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