Skip to content

Commit c77c4d0

Browse files
use quantized face expression model in tests
1 parent e63ed57 commit c77c4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/tinyFaceDetector/tinyFaceDetector.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('tinyFaceDetector', () => {
4141
expectedFullFaceDescriptions = await assembleExpectedFullFaceDescriptions(expectedTinyFaceDetectorBoxes)
4242
})
4343

44-
describeWithNets('globalApi', { withAllFacesTinyFaceDetector: true, withFaceExpressionNet: { quantized: false } }, () => {
44+
describeWithNets('globalApi', { withAllFacesTinyFaceDetector: true, withFaceExpressionNet: { quantized: true } }, () => {
4545

4646
describe('detectAllFaces', () => {
4747

0 commit comments

Comments
 (0)