Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mobilenetssd for OAK-1 #56

Open
moradMIRO opened this issue Jul 20, 2023 · 3 comments
Open

mobilenetssd for OAK-1 #56

moradMIRO opened this issue Jul 20, 2023 · 3 comments

Comments

@moradMIRO
Copy link

I would like to know how to train a MobileNetSSD model for OAK-1 Lite. I noticed that the existing notebooks for training MobileNetSSD are deprecated. Could you please provide any methods or guidance on how to proceed with training? Thank you for your help

@tersekmatija
Copy link
Contributor

@moradMIRO
Hey, in general you should get better performance from a newer architecture like YoloV6n. Any particular interest you're interested in training MobileNetSSD?

@moradMIRO
Copy link
Author

Thank you for your reply. Currently, I am conducting a benchmark of object detection models on OAK-1 Lite. I have achieved a frame rate of 35 FPS with YOLOv6n and YOLOv8n. My objective is to test the performance of the MobileNetSSD (v2) architecture on OAK-1 Lite. My goal is to achieve a frame rate of 50-60 FPS.

@tersekmatija
Copy link
Contributor

@moradMIRO
Have you considered using smaller input shapes?

We are exploring whether we can provide a Pytorch based training notebooks that would train a MobilenetSSDLite model. However, note that Yolos should be more accurate.

In the meantime, you can still try using the deprecated notebook locally. Colab removed support for TF1, which is why we deprecated the notebook. Alternatively, you can also use the notebook in a Paperspace notebook. I believe they offer some free GPUs. You'll need to install TF1.15 and other required libraries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants