thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conversion from frozen graph to ONNX prediction mismatch

VinuthaRaghavendra opened this issue · comments

commented

Conversion of frozen graph to onnx has prediction mismatch (used tf2Onnx to convert) always has prediction score equal to 90.

But able to convert frozen graph from the tiny-yolo-voc.weights to .onnx with the same command and predictions are accurate.

Used winmltools to check inference