Open hhaAndroid opened 6 years ago
for example, views = sess.run(sess.graph.get_tensor_by_name('views:0')), view.shape=[337,3],Which of the 3 expressions of which three variables,is Azimuth,elevation?
for example,
tensor_cla = sess.graph.get_tensor_by_name('class_probs:0')
tensor_view = sess.graph.get_tensor_by_name('view_probs:0')
this ground truth,How can I set?
hello,I plan to reproduce the model, but you only provide some code. Can you provide further information ? Thank you