wadimkehl / ssd-6d

Inference code and trained networks for SSD-6D
MIT License
310 stars 78 forks source link

something about code #13

Open hhaAndroid opened 6 years ago

hhaAndroid commented 6 years ago

hello,I plan to reproduce the model, but you only provide some code. Can you provide further information ? Thank you

hhaAndroid commented 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?

hhaAndroid commented 6 years ago

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?