thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

Which output file should I use? (From DW2TF: Darknet to TensorFlow) #1144

Open hiroinou opened 4 years ago

hiroinou commented 4 years ago

Hello, I am trying to convert .weight .cfg to .pb .meta with DW2TF to use Darkflow with yolov3-tiny. Then I have the following questions: I'm not sure which output to use.

When I followed README.md, I got the following results.

1) yolov3-tiny_XXX.ckpt.data-00000-of-00001 2) yolov3-tiny_XXX.ckpt.index 3) yolov3-tiny_XXX.ckpt.meta 4) yolov3-tiny_XXX.pb

So, should I use 3) and 4)?

ankitAMD commented 4 years ago

a new built_graph folder are created in which .pb and .meta extension files of created which are same name of .cfg and .weights extensions. So use these new files. if you use command with --savepb then above particular .pb and .meta are file will be created and saved in built_graph.

if your this issue solved then close this issue. if you any query ......feel free to ask.