Hello,
I'm looking for a better solution to do object detection/tracking on a custom dataset.
I'm currently running YoloV8 nano on the Oak camera, and I get about 13-14 FPS. The camera is connected to a Pi (model 4-B).
I checked other examples from the depthai-python/examples repo, mainly the MobileNet SSD, and Tiny YoloV4, and they run at 30+ FPS. However, both models seem to be deprecated/old, and I couldn't find a way to convert the weights file to the required .blob one (https://tools.luxonis.com/ seems to support only Yolo V5 and newer)
Are there other supported object detection models?
Any (up-to-date) resource to get the correct weights file from the older models (both tiny yolo and Mobilenet used TF 1.X, I train everything in collab, and they stopped supporting TF 1.x)?
Lastly, less preferred, will changing the Pi to something else, such as Jetson will help in any way?
DepthAIMachine Learning #object-detection #fps