Results 4 comments of JerryZhang_

@TomWildenhain-Microsoft Thanks. I've convert the tflite model to saved_model format with [tflite2tensorflow](https://github.com/PINTO0309/tflite2tensorflow) which support Densify op, and then convert the .pb file to onnx format. Is there a plan to...

@nmxnql I think the loss of coordinate calculate calculated here is not wrong, parameter `p_x` is defined in line 248 where `p_x = predict_boxes[:, :, :, 0]`. But tensor `predict_boxes`...

The result of line 115 : boxes1 = tf.transpose(boxes1, [1, 2, 3, 0]) is not with format [y1, x2, y2, x1]. Actually, boxes1 is a 4-D tensor, the tf.transpose operation...

> > Hey! > > Nice demos! Which branch/commit hash are you on? > > If you're on devel then unfortunately FABRIK is still being developed. > > I use...