diff --git a/README.md b/README.md index fd3ba68..7a88b3c 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,11 @@ If original repository is updated, this one will become obsolete. - Updated Typescript build process to target ES2018 instead of dual ES5/ES6 - Changed browser bundle process to use ESBuild instead of Rollup - Updated dependencies to @tensorflow/tfjs since backends were removed from @tensorflow/tfjs-core - +- Updated mobileNetv1 model due to batchNorm() dependency - Removed following models as they are either obsolete or non-functional with tfjs 2.0+ - mtcnn: Mostly obsolete - tinyYolov2: Non-functional since weights are missing -- Updated newer version for mobileNetv1 model from - Note that updated model was in TF Frozen format and needed to be converted to TFJS Graph format - Which means valid models are **tinyFaceDetector** and **mobileNetv1** Due to reduced code and changed build process, resulting bundle is about **2x smaller** than the original!