Wanted to start this discussion with other challenge members to see where did you go after application.py
What I’m doing
What is natural to me is to modify the standard example, application.py, the first thing I’m trying to do is swap the example for another one to get a feel for how it works. The standard example uses yolov5m-v7-coco-tracker, which I found in a reference folder, so I checked for other similar examples in that location.
The problem is that this takes a while between deployments, sometimes will errors right at the point where it is complete which i’ll open another thread for.
What I want to know
Is there a better way? What did the other people in the challenge do from application.py?

