am15h / object_detection_flutter

Truly realtime object-detection in flutter
188 stars 113 forks source link

Makes conversion work also on the iOS #4

Closed bazinac closed 3 years ago

am15h commented 4 years ago

@bazinac Thanks a lot for your pull request.

tomk9 commented 3 years ago
@bazinac I tested your PR and bounding boxes are shifted on iOS. Android iOS
Screenshot_20201217-190806 IMG_0564
tomk9 commented 3 years ago

Probably my problem with iOS is caused by this statement https://github.com/am15h/object_detection_flutter/blob/a5281e11b885a57e9ee2a2c7cc162a95554caed1/lib/ui/camera_view.dart#L92 So it is not in the scope of PR. @am15h please merge this PR.

am15h commented 3 years ago

Thanks, @bazinac, and @tomk9 for your kind efforts. Very sorry for the delay, I was unable to get my hands on an iOS device for testing this.

The shifting of bounding boxes needs to be investigated separately.