Skip to content

Commit

Permalink
quick fix for ipynb.checkpoints error
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-bk committed Oct 29, 2020
1 parent 7cfeb08 commit f059e69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DEMOS/U_2_Netp_Demonstration_Colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@
"\n",
" # BACKGROUND REMOVAL\n",
"\n",
" if name == '.ipynb_checkpo'\n:",
" continue\n",
" output = load_img('/content/U-2-Net/results/'+name+'.png')\n",
" out_img = img_to_array(output)\n",
" out_img /= RESCALE\n",
Expand Down

0 comments on commit f059e69

Please sign in to comment.