-
|
I have run the same object detector python and got it to work with the included model. I then tried to use the efficientdet lite 0 model from here. Using the CPU model I get timeout errors and only one detection showing Time for call to inference-server: 1602 ms |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
Hello @garaujo23 We don't recommend to use that model if the speed is relevant on the application. EfficientDet has some characteristics that don't pair well with Artpec8, so it is normal to have inference time > 1s. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks, will try SSDlite |
Beta Was this translation helpful? Give feedback.
-
|
@Corallo So have spent a few days trying to retrain SSD-mobilenet v1 and v2 and having some issues with smaller objects. Seems it is a common issue with mobilenet. What is the most efficient way to get a cropped section of an image using the videosdk? Assume normal opencv operations will be slow. |
Beta Was this translation helpful? Give feedback.
Hello @garaujo23
We don't recommend to use that model if the speed is relevant on the application. EfficientDet has some characteristics that don't pair well with Artpec8, so it is normal to have inference time > 1s.
You will get much better performances with SSD-mobilenet.