I am trying to cluster 3d objects based on their images and according to their level of detail. The main struggle i face is clustering with this high number of dimenssions. I tried the use of PCA to reduce the number of dimenssions, but it resulted in either loosing some details or in also high number of dimenssions. Any recomendations on:
1- Choice of algorithm: Kmeans is acting very poorly.
2-Distance metrics: In light of typr of data and algorithm.
3-Additional steps to reduce number offeatures.
4- Number of dimenssions: or an indication for acceptable number of features.