ncnn-webassembly-nanodet icon indicating copy to clipboard operation
ncnn-webassembly-nanodet copied to clipboard

How to deploy the web server?

Open TomHsu-MIddle opened this issue 4 years ago • 1 comments

Do you have the tutorial for that?

TomHsu-MIddle avatar Jul 26 '21 09:07 TomHsu-MIddle

You can find these files in the /build directory and this repo, just dragging them into a new directory is ok.

deploy/
├── index.html
├── nanodet-basic.data
├── nanodet-basic.js
├── nanodet-basic.wasm
├── nanodet-simd.data
├── nanodet-simd.js
├── nanodet-simd-threads.data
├── nanodet-simd-threads.js
├── nanodet-simd-threads.wasm
├── nanodet-simd-threads.worker.js
├── nanodet-simd.wasm
├── nanodet-threads.data
├── nanodet-threads.js
├── nanodet-threads.wasm
├── nanodet-threads.worker.js
└── wasmFeatureDetect.js

Justin-Xiang avatar Feb 08 '23 15:02 Justin-Xiang