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 95d31e6 commit b2a0a94Copy full SHA for b2a0a94
src/YOLO/index_test.js
@@ -25,7 +25,7 @@ describe('YOLO', () => {
25
26
beforeEach(async () => {
27
jasmine.DEFAULT_TIMEOUT_INTERVAL = 100000;
28
- yolo = ml5.YOLO();
+ yolo = YOLO();
29
await yolo.loadModel();
30
});
31
0 commit comments