-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi,
I'm currently working on deploying a YOLO variant on the MAX 78002 for object detection and saw your issue on the ADI MAX GitHub which caught my attention.
So far I have tried downscaled variants of YOLO v1 but the results are not great. I've been trying to replicate the results from 2 papers based on the MAX 78000 which implemented YOLOv1 variants (BED project and TinyissimoYOLO), but I am nowhere near close to the reported results in said papers. Do you think the backbone from your model with a YOLO fully connected layer at the end for the output boxes mapping could work? I'm not sure what decisions and cuts where made with the application of classification in mind.
Thanks!
P.S.: I don't know if you found this out already but the ai8x-training repo has a yaml template generator. I haven't had the best luck with it but it's a start I guess.