diegovalsesia / HyCoRe

Code for "Rethinking the compositionality of point clouds through regularization in the hyperbolic space" (NeurIPS 2022)
MIT License
23 stars 2 forks source link

question about embedding visualization in the Fig.4 #4

Open amiltonwong opened 1 year ago

amiltonwong commented 1 year ago

Hi, @diegovalsesia ,

Could you also provide the code for generating the embedding visualization illustrated in the Fig.4? Or could you give some hints or steps for implementing this embedding visualization?

Thanks~

AntonioMontanaro96 commented 1 year ago

Hi @amiltonwong , we simply used the Umap embedding method with hyperbolic distance:

umap.UMAP( output_metric="hyperboloid", random_state=13)