You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
I am using custom yolov5s model trained on my own dataset of four classes. I have converted my model to torchscript.ptl and changed mOutputRow to 33600 and mOutputColumn to 9. The app crashes without any errors on launch.
04/19 03:40:26: Launching 'app' on Pixel 6 API 30. Install successfully finished in 466 ms. $ adb shell am start -n "org.pytorch.demo.objectdetection/org.pytorch.demo.objectdetection.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER Open logcat panel for emulator Pixel 6 API 30 Connected to process 6616 on device 'Pixel_6_API_30 [emulator-5554]'.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using custom yolov5s model trained on my own dataset of four classes. I have converted my model to
torchscript.ptl
and changedmOutputRow
to 33600 andmOutputColumn
to 9. The app crashes without any errors on launch.04/19 03:40:26: Launching 'app' on Pixel 6 API 30. Install successfully finished in 466 ms. $ adb shell am start -n "org.pytorch.demo.objectdetection/org.pytorch.demo.objectdetection.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER Open logcat panel for emulator Pixel 6 API 30 Connected to process 6616 on device 'Pixel_6_API_30 [emulator-5554]'.
The text was updated successfully, but these errors were encountered: