Skip to content

Commit

Permalink
removed debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
rshilliday committed Mar 8, 2020
1 parent 7a01278 commit 856f748
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1045,8 +1045,7 @@
" print(f'Average reprojection error on image {im} is {avg_error} pixels')\n",
" av += avg_error\n",
" av = av/len(resected_imgs)\n",
" print(f'Average reprojection error across all {len(resected_imgs)} resected images is {av} pixels')\n",
" if len(resected_imgs) == 30: break"
" print(f'Average reprojection error across all {len(resected_imgs)} resected images is {av} pixels')"
]
},
{
Expand Down

0 comments on commit 856f748

Please sign in to comment.