Hi:
I am also trying to compile a SSD model from TensorFlow 1 Detection Model Zoo, but the relay.frontend.from_tensorflow fails because some input tensor of Select has dynamic shape, which will cause TypeSolver::Solve error from WhereRel
Would you mind share more details about how you guys compile Tensorflow Object Detection models, such as Tensorflow version, how to overcome the dynamic shape of input tensor of Select operator, graph_def modification and so on.
Thanks a lot