willsapgreen
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.