pytorch-rotationnet
pytorch-rotationnet copied to clipboard
could you tell me how to find best pose in test
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!
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.