Comparing version 5.3.0 to 5.3.1-rigid-face-alpha-2
@@ -73,5 +73,29 @@ /** | ||
/** | ||
* Path to the face tracking model. Something like "path/to/deepar/models/face/models-68-extreme.bin". | ||
* Path to the pose libPoseEstimation.wasm file, e.g. "/path/to/deepar/wasm/libPoseEstimation.wasm". | ||
*/ | ||
modelPath: string; | ||
poseEstimationWasmPath?: string; | ||
/** | ||
* Path to the detector model, e.g. "/path/to/deepar/models/foot/foot-detector.bin". | ||
*/ | ||
detectorPath?: string; | ||
/** | ||
* Path to the tracker model, e.g. "/path/to/deepar/models/foot/foot-tracker.bin". | ||
*/ | ||
trackerPath?: string; | ||
/** | ||
* Path to the foot model object file, e.g. "/path/to/deepar/models/foot/foot-model.obj". | ||
*/ | ||
objPath?: string; | ||
/** | ||
* Path to tfjs-backend-wasm.wasm file, e.g. "path/to/deepar/wasm/tfjs-backend-wasm.wasm" | ||
*/ | ||
tfjsBackendWasmPath?: string; | ||
/** | ||
* Path to tfjs-backend-wasm-simd.wasm file, e.g. "path/to/deepar/wasm/tfjs-backend-wasm-simd.wasm" | ||
*/ | ||
tfjsBackendWasmSimdPath?: string; | ||
/** | ||
* Path to tfjs-backend-wasm-threaded-simd.wasm file, e.g. "path/to/deepar/wasm/tfjs-backend-wasm-threaded-simd.wasm" | ||
*/ | ||
tfjsBackendWasmThreadedSimdPath?: string; | ||
}; | ||
@@ -78,0 +102,0 @@ /** |
/** | ||
* DeepAR Web SDK version. | ||
*/ | ||
declare const version = "5.3.0"; | ||
declare const version = "5.3.1-rigid-face-alpha-2"; | ||
export { version }; |
{ | ||
"name": "deepar", | ||
"version": "5.3.0", | ||
"version": "5.3.1-rigid-face-alpha-2", | ||
"description": "The official DeepAR Web SDK", | ||
@@ -5,0 +5,0 @@ "main": "js/deepar.esm.js", |
@@ -1,1 +0,1 @@ | ||
DeepAR SDK version: v5.3.0 | ||
DeepAR SDK version: v5.3.1-rigid-face-alpha-2 |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
32775118
44
8612
0
2
2