yeephycho / tensorflow-face-detection

A mobilenet SSD based face detector, powered by tensorflow object detection api, trained by WIDERFACE dataset.
Apache License 2.0
768 stars 264 forks source link

Difference in architecture of SSD Mobilenet V1 and this model #57

Open raghavg96 opened 5 years ago

raghavg96 commented 5 years ago

Hi I visualised both the graphs in tensorboard. So I was running into an issue with a cycle present in the graph. I noticed a small difference in the two models and would need your help in explaining it.

Screen Shot 2019-07-01 at 3 50 45 PM

So this is the architecture of ssd mobilenet v1 from tensorflow detection models zoo.

Screen Shot 2019-07-01 at 3 48 52 PM

This is the preview of your frozen graph.

Can you please explain which operation is happening in this Zeros block?

Because I don't see these blocks in usual ssd_mobilenet_v1.