Skip to content

Commit 026b24f

Browse files
authored
Update ObjectDetectionSpec.js
1 parent 0e73f66 commit 026b24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/thirdparty/ai/ObjectDetectionSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import image from '../../../resources/img/baiduTileTest.png';
33
import * as tfconv from '@tensorflow/tfjs-converter';
44
import * as tfcore from '@tensorflow/tfjs-core';
55

6-
describe('binary classification', () => {
6+
describe('object detection', () => {
77
var testImage;
88
beforeAll(() => {
99
testImage = window.document.createElement('img');

0 commit comments

Comments
 (0)