robleseli / objectPicks

0 stars 1 forks source link

argmin of empty sequence #3

Closed robleseli closed 2 years ago

robleseli commented 2 years ago

ValueError: attempt to get argmin of an empty sequence on image

probably has to do with the fact that there are empty np arrays.

robleseli commented 2 years ago

i realized that i had delete_pick and delete_picks swapped, so as soon as i corrected that, this error no longer showed up.