Xenova HF staff commited on
Commit
3e6cb3c
·
verified ·
1 Parent(s): ce68f0a

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +0 -1
index.js CHANGED
@@ -62,7 +62,6 @@ async function detect(img) {
62
 
63
  // Render a bounding box and label on the image
64
  function renderBox([xmin, ymin, xmax, ymax, score, id]) {
65
- console.log([xmin, ymin, xmax, ymax, score, id])
66
  // Generate a random color for the box
67
  const color = '#' + Math.floor(Math.random() * 0xFFFFFF).toString(16).padStart(6, 0);
68
 
 
62
 
63
  // Render a bounding box and label on the image
64
  function renderBox([xmin, ymin, xmax, ymax, score, id]) {
 
65
  // Generate a random color for the box
66
  const color = '#' + Math.floor(Math.random() * 0xFFFFFF).toString(16).padStart(6, 0);
67