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.
https://github.com/usertttwm/project/blob/main/DetectorActivity.java
How should I add things to the DetectorActivity.java file? I created an object called detectortwo.
I would love any advice
Thanks a lot.