Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zineos/ncnn-webassembly-blazeface
https://github.com/zineos/ncnn-webassembly-blazeface
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zineos/ncnn-webassembly-blazeface
- Owner: zineos
- Created: 2021-03-15T06:38:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-15T09:34:54.000Z (almost 4 years ago)
- Last Synced: 2024-08-01T05:13:23.317Z (5 months ago)
- Language: C++
- Size: 28.1 MB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ncnn - ncnn-webassembly-blazeface
README
# ncnn-webassembly-blazeface
### Method 1: github pages(chrome)
1. launch google chrome browser, open chrome://flags and enable all experimental webassembly features
2. re-launch google chrome browser, open https://zineos.github.io/ncnn-webassembly-blazeface/index.html and enjoy
### Method 2: run locally(chrome)
1. start a http server
```
python3 -m http.server 8888
```2. launch google chrome browser, open chrome://flags and enable all experimental webassembly features
3. re-launch google chrome browser, open http://127.0.0.1:8888/index.html and enjoy
### Method 3: run locally(firefox-nightly)
1. start a http server
```
python3 server.py
```2. download firefox-nightly from https://www.mozilla.org/en-US/firefox/channel/desktop
3. launch firefox-nightly browser, open http://127.0.0.1:8888/index.html and enjoy