Skip to content

shabashaash/RoFlect

Repository files navigation

ai-vue

WORKING ONLY IN LATEST CHROMIUM BROWSERS DUE TO WASM SUPPORT

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Model files

Change paths in:

Supported model types

Example paths (same for now):

const MODEL_FILEPATH_PROD = "./onnx_models/ArcFace_fix/arcFace_fromcheck_quant.onnx";//"./onnx_models/ArcFace_fix/updated_arcfaceresnet100-8.all.ort"//'../../assets/onnx_models/ArcFace_fix/updated_arcfaceresnet100-8.all.ort';
const MODEL_FILEPATH_DEV = "./onnx_models/ArcFace_fix/arcFace_fromcheck_quant.onnx";//"./onnx_models/ArcFace_fix/updated_arcfaceresnet100-8.all.ort"//'../../assets/onnx_models/ArcFace_fix/updated_arcfaceresnet100-8.all.ort';

Link for models: GDrive

About

Reflect but reborned

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published