Hi Larry, thanks for all of your help. I was able to convert the model (mobilenet ssd v1 depth_mul.=0.25 , 300X300) and run it. The results look strange, all bboxes are on the top of the image. Any idea why? I suspect it has to do with the anchors, But I am using the generated file as instructed (and I got the same anchors as yours , since it is the same dims - 300X300). Maybe this has to do with the depth multiplier?
this is what I get:
Thanks, Omer
EDIT:
The problem was with the code to get class_id and idx in aml_worker.cpp
the number 91 is the num of classes in the labels file (which was not clear to me). Once I realized it, I got it to work, and I now get more reasonable bboxes.