0

I trained a Tensorflow SSD Mobilenet v2 object detector and I want to make preditcions on my test images with bounding boxes. Can someone show me an example for the inference?

btamas
  • 11
  • 1

1 Answers1

-1

This might comes as too late but here is a great tutorial on the subject that includes inference

I'm not sure which implementation you went with, but here they are using tensorflow-object-detection repo, so you might need to fork it if not already. Also, there is a notebook for the entire, training, inference, and downloading the best model `.pb file

Hope this helps

salRad
  • 320
  • 1
  • 8
  • 21
  • 1
    A link to a solution is welcome, but please ensure your answer is useful without it: [add context around the link](//meta.stackexchange.com/a/8259) so your fellow users will have some idea what it is and why it is there, then quote the most relevant part of the page you are linking to in case the target page is unavailable. [Answers that are little more than a link may be deleted.](/help/deleted-answers) – 4b0 Jul 04 '21 at 03:28