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 f265b53 commit 312e8a6Copy full SHA for 312e8a6
src/YOLO/index_test.js
@@ -25,7 +25,7 @@ describe('YOLO', () => {
25
26
beforeEach(async () => {
27
jasmine.DEFAULT_TIMEOUT_INTERVAL = 100000;
28
- yolo = new YOLO();
+ yolo = new ml5.YOLO();
29
});
30
31
it('instantiates the YOLO classifier with defaults', () => {
0 commit comments