dog-qiuqiu / Yolo-Fastest

:zap: Based on yolo's ultra-lightweight universal target detection algorithm, the calculation amount is only 250mflops, the ncnn model size is only 666kb, the Raspberry Pi 3b can run up to 15fps+, and the mobile terminal can run up to 178fps+
Other
1.97k stars 428 forks source link

Darknet to TensorFlow #1

Open maziyao opened 3 years ago

maziyao commented 3 years ago

What about Darknet weights (.weights) to TensorFlow weights (.ckpt) Darknet model (.cfg) to TensorFlow graph (.pb, .meta)

Zuojianhao commented 3 years ago

I also want to ask the same question.