Running Multiple Yolov5 Models

Hello everyone,

Yolov5 model is running on Android, I want to run the second Yolov5
model sequentially on the same image.
I created the processImageTwo() function, the same as processImage.
processImageTwo(); but it didn’t work.

How should I add things to the DetectorActivity.java file? I created an object called detectortwo.
I would love any advice
Thanks a lot.

Hi @Laura1, Did you face any error? If yes could you please share the complete error log. And also may i know why you want to run the model on the same image 2 times. Thank you.