Skip to content

Commit

Permalink
updated download_and_annotation.ipynb file
Browse files Browse the repository at this point in the history
  • Loading branch information
maitridas committed Jul 28, 2022
1 parent 59d797e commit 8a2b7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download_and_annotate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@
" if len(bboxes)>0:\n",
" text+=1\n",
" boxes.append([xmin, ymin, xmax, ymax])\n",
" labels.append('NoText')\n",
" labels.append('Text')\n",
" else:\n",
" notext+=1\n",
" boxes.append([xmin, ymin, xmax, ymax])\n",
Expand Down

0 comments on commit 8a2b7de

Please sign in to comment.