boazchung commited on
Commit
fdba518
·
verified ·
1 Parent(s): 4341ef3

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -0
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
  }