[Android] Pytorch converter for android application

Hi
This is a student who conducts research related to images.
I trained my custom data for object detection that estimates the bounding box using mobilenet.
When I evaluated it on the desktop, it worked.
So I wanted to install the app on my Android-based mobile phone and test it together.

However, in Android applications, when I load the model, the application crashes and the application keeps shutting down. Can I see why??

Android studio error.

This is the site I referenced.

I referenced the code here, and tried converting it into a trace file and a script file, but all crashed.