pytorch / android-demo-app

PyTorch android examples of usage in applications
1.45k stars 596 forks source link

Getting bounding boxes mismatch for ObjectDetection in Live mode #279

Open aravinthk00 opened 1 year ago

aravinthk00 commented 1 year ago

I need this app in landscape mode So I change this### android:rotation="270" line in texture_view.xml file, it did change the portait to landscape on camera view. But I can't fix the camera view for fit window and also it have some issue in bounding boxes and detection. Screenshot_20221128_102029 How to fix this issue ,could you assist me for resolve that ... Thanks in advanced.