SpaceNetChallenge / utilities

Packages intended to assist in the preprocessing of SpaceNet satellite imagery data corpus to a format that is consumable by machine learning algorithms.
Other
248 stars 97 forks source link

Specify errors for bare excepts #97

Open nrweir opened 5 years ago

nrweir commented 5 years ago

There are bare except statements in the code which caused me problems on several occasions as I tried to debug. These should have specific errors indicated to ensure accurate behavior. @dlindenbaum, I can try to fix these (or at least ID the excepts that need to be targeted), but I'm not going to know what each one is supposed to be catching so might need help.