willsapgreen

Results 5 comments of willsapgreen

Hello @RoseLii if you still have this issue, try the following approach which resolves on my side: change final_pred_conf = tf.concat(1, preds_conf) final_pred_loc = tf.concat(1, preds_loc) to final_pred_conf = tf.concat(preds_conf,...

Hello @dhood , I have the similar issue and wonder if you have any work-around method? My case: A flight controller is connected to a Jetson board through GPIO (...

Hello jdiehl, can you reopen this issue? Because I still cannot make two device connect through Bluetooth in iOS9.1. And I am still digging in the root cause. Thank you.

Hello @thnak , in your case, does the model_fp16 pass `onnx.checker.check_model(model_fp16) ` I got the following error **onnx.onnx_cpp2py_export.checker.ValidationError: Nodes in a graph must be topologically sorted, however input '/model/model.39/Resize_input_cast_0' of...

Hello @jmk7791 if this hiccup happens when you move the EVKF9P around, not in the stationary condition, you may want to check if tmode3 is set to 1 which is...