-
Notifications
You must be signed in to change notification settings - Fork 148
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
Any plan to upgrade object detection model to mobilenetV2-ssdlite? #29
Comments
Hi pegatest, now, my forked repository support ssd_mobilenet_v2 and ssdlite_mobilenet_v2. |
Nice work @naisy, your fork is really far off from the base right now :D |
Hi @gustavz, I looked the graph.
slice1 and tofloat is good word for search in source code. |
@naisy alright, I think about integrating the v2 support. But right now I don't have enough time. |
Hi @gustavz, I changed ToFloat to stack_1 now. I use TAP-TST5 watt checker. It is a type of wattage checker to measure with an outlet. Accuracy is not good. |
@naisy how is performance on MobileNetV2 compared to V1? |
Hi @gustavz, MobileNetV2 is slow on desktop GPU.
my result: |
Great work! I can easily reproduce FPS 25 object detection on TX2.
Wondering if any plan to upgrade object detection model to mobilenetV2-ssdlite? should be another performance lift with new model. Thanks.
The text was updated successfully, but these errors were encountered: