My team and I are building an object tracking project using the Jetson Nano chipset and a global shutter, monochrome 120fps 720p camera (running at 640x480). We only need the center point of the object detection, no segmentation/masks or bounding boxes necessary.
We are exploring different the different Yolo architectures and wanted to get a recommendation on which one to use. We are building a custom, from scratch, model that only has 1 class, that is based on a dataset from the Nano’s camera above.
We want to make sure we’re selecting the right yolo structure to have the fastest FPS inference for camera tracking, given the hardware stack we’re using.
Anyone have any recommendations on the best place to start for a small team new to ML?
