ryouchinsa / Rectlabel-support

RectLabel is an offline image annotation tool for object detection and segmentation.
https://rectlabel.com
507 stars 73 forks source link

performRequests error on DepthPrediction CoreML model #184

Closed yongja-jayong closed 3 years ago

yongja-jayong commented 3 years ago

I loaded FCRN-DepthPrediction model which is provided from Apple developer site. And when I processed an image, performRequest error occurs because of an unknown exception. It seems like the other models on Apple developer site are working well. Maybe it could be because of the model file itself...

image

It's Rectlabel(3.05.5) and Macbook(16-inch, 2019) BigSur(11.2.3).

ryouchinsa commented 3 years ago

Thanks for writing the issue.

We have not implemented to decode the depth image generated by FCRN-Depth model yet. We will implement and submit the new update soon.

In our environment, at this moment, the new decoding module started working.

スクリーンショット 2021-07-17 8 06 34

スクリーンショット 2021-07-17 8 06 40

ryouchinsa commented 3 years ago

The new update version 3.05.7 was released. To show the new update on Mac App Store, press command + R to reload.

To toggle the depth layer alpha, use "Show depth channel" on View menu.

yongja-jayong commented 3 years ago

Thank you so much for your quick reply and update. Now it works perfectly fine 😄