We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e73f66 commit 026b24fCopy full SHA for 026b24f
test/common/thirdparty/ai/ObjectDetectionSpec.js
@@ -3,7 +3,7 @@ import image from '../../../resources/img/baiduTileTest.png';
3
import * as tfconv from '@tensorflow/tfjs-converter';
4
import * as tfcore from '@tensorflow/tfjs-core';
5
6
-describe('binary classification', () => {
+describe('object detection', () => {
7
var testImage;
8
beforeAll(() => {
9
testImage = window.document.createElement('img');
0 commit comments