Ezaldeen99 / BackgroundRemoval

Background Removal written with swift using u2net model
Apache License 2.0
223 stars 36 forks source link

Bug Fix Background Removal Nullability crash #10

Closed asimcanyagiz closed 1 year ago

asimcanyagiz commented 1 year ago

Hello I fixed some of bugs. Especially BackgroundRemoval class line 39 give us crash. So I replaced all of the force unwraps with guard lets and making optional some of code.

Ezaldeen99 commented 1 year ago

Thanks for your contribution, looks good