WeiTang114 / MVCNN-TensorFlow

An Multi-View CNN (MVCNN) implementation with TensorFlow.
MIT License
120 stars 67 forks source link

Mahalanobis distance #22

Open ligesangmeiduo opened 6 years ago

ligesangmeiduo commented 6 years ago

Thank you for sharing, but I have a question for you. The paper says to learn a Mahalanobis distance and map it to the Mahalanobis distance through the extracted features. The feature is that the model is completed in the classification stage, so it is obtained again through the Mahalanobis distance. Is the result of another model? Can it be understood as a phased training model?