Merge pull request #62 from justadudewhohacks/tiny-yolov2
Added an implementation of Tiny Yolo v2 for face detection
Showing
build/BoundingBox.d.ts
0 → 100644
build/BoundingBox.js
0 → 100644
build/BoundingBox.js.map
0 → 100644
build/commons/nonMaxSuppression.d.ts
0 → 100644
build/commons/nonMaxSuppression.js
0 → 100644
build/commons/nonMaxSuppression.js.map
0 → 100644
build/tinyYolov2/TinyYolov2.d.ts
0 → 100644
build/tinyYolov2/TinyYolov2.js
0 → 100644
build/tinyYolov2/TinyYolov2.js.map
0 → 100644
build/tinyYolov2/config.d.ts
0 → 100644
build/tinyYolov2/config.js
0 → 100644
build/tinyYolov2/config.js.map
0 → 100644
build/tinyYolov2/convWithBatchNorm.d.ts
0 → 100644
build/tinyYolov2/convWithBatchNorm.js
0 → 100644
build/tinyYolov2/convWithBatchNorm.js.map
0 → 100644
build/tinyYolov2/extractParams.d.ts
0 → 100644
build/tinyYolov2/extractParams.js
0 → 100644
build/tinyYolov2/extractParams.js.map
0 → 100644
build/tinyYolov2/getDefaultParams.d.ts
0 → 100644
build/tinyYolov2/getDefaultParams.js
0 → 100644
build/tinyYolov2/getDefaultParams.js.map
0 → 100644
build/tinyYolov2/index.d.ts
0 → 100644
build/tinyYolov2/index.js
0 → 100644
build/tinyYolov2/index.js.map
0 → 100644
build/tinyYolov2/leaky.d.ts
0 → 100644
build/tinyYolov2/leaky.js
0 → 100644
build/tinyYolov2/leaky.js.map
0 → 100644
build/tinyYolov2/loadQuantizedParams.d.ts
0 → 100644
build/tinyYolov2/loadQuantizedParams.js
0 → 100644
build/tinyYolov2/loadQuantizedParams.js.map
0 → 100644
build/tinyYolov2/types.d.ts
0 → 100644
build/tinyYolov2/types.js
0 → 100644
build/tinyYolov2/types.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
examples/views/tinyYolov2FaceDetection.html
0 → 100644
src/tinyYolov2/TinyYolov2.ts
0 → 100644
src/tinyYolov2/config.ts
0 → 100644
src/tinyYolov2/convWithBatchNorm.ts
0 → 100644
src/tinyYolov2/extractParams.ts
0 → 100644
src/tinyYolov2/getDefaultParams.ts
0 → 100644
src/tinyYolov2/index.ts
0 → 100644
src/tinyYolov2/leaky.ts
0 → 100644
src/tinyYolov2/loadQuantizedParams.ts
0 → 100644
src/tinyYolov2/types.ts
0 → 100644
test/tests/e2e/tinyYolov2.test.ts
0 → 100644
tools/quantize/package-lock.json
0 → 100644
This diff is collapsed.
Click to expand it.
tools/quantize/package.json
0 → 100644
tools/quantize/public/quantization.js
0 → 100644
tools/quantize/server.js
0 → 100644
tools/quantize/views/quantizeTinyYolov2.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
weights/tiny_yolov2_model-shard1
0 → 100644
This diff is collapsed.
Click to expand it.
weights/tiny_yolov2_model-shard2
0 → 100644
File added
weights/tiny_yolov2_model-shard3
0 → 100644
File added
weights/tiny_yolov2_model-shard4
0 → 100644
File added
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment