hyh21521038/ssd-plate_detection

How to use .ipynb file to test the model

Opened this issue · 2 comments

Hello,

I have trained a model at some iterations and I got deploy.prototxt and .caffemodel.

I changed the paths within .ipynb file with deply.prototxt and .caffemodel and image file path but after I run it in Jupyter it does not show any results. Do you know the best way to execute these type of files?

I solved this case, I'm curious about the detection speed what is not printed somewhere to check.

One thing remains. how can I make this file run standalone or portable on whatever OS, which may not have installed Python, Caffe or Jupyter such as Windows?!

@this detection is build on caffe framework.if you do not use this framework, you may have to write the layer by yourself.