kanezaki / pytorch-rotationnet

BSD 2-Clause "Simplified" License
80 stars 19 forks source link

could you tell me how to find best pose in test #17

Open wzzxf218 opened 3 years ago

wzzxf218 commented 3 years ago

Actually I want to find aligned views when I test the model,but I can only find the result of classification. So is there any method to find the aligned view?thank you!

kanezaki commented 3 years ago

It's done in my Caffe implementation here, but not yet done in this PyTorch implementation. Please refer there for the process of aligning/matching views.