Update index.js
Browse files
index.js
CHANGED
@@ -46,6 +46,7 @@ async function detect(img) {
|
|
46 |
threshold: 0.5,
|
47 |
percentage: true,
|
48 |
});
|
|
|
49 |
status.textContent = '';
|
50 |
output.forEach(renderBox);
|
51 |
}
|
|
|
46 |
threshold: 0.5,
|
47 |
percentage: true,
|
48 |
});
|
49 |
+
console.log(output);
|
50 |
status.textContent = '';
|
51 |
output.forEach(renderBox);
|
52 |
}
|