ShuGuoJ / 3DAES

16 stars 4 forks source link

plot figure 8 #1

Open HopePersist opened 2 years ago

HopePersist commented 2 years ago

The ideas and drawings in your article are fantastic, and thank you for posting the code for your article. But here is a small question, the figure 8 in your article, is it drawn using "visualize(n_h, n_gt)"? When I run the code, I found that this function is not working. Looking forward to your reply, thanks.

ShuGuoJ commented 2 years ago

Thanks for your focus of our work. The code in the github just contain the main to run 3DAES and others about plotting are removed so that "visualize(n_h, n_gt)" dosen't work. You can implement it by reducing data to a 2D space through PCA or TSNE in the "sklearn" tool kit.

从 Windows 版邮件发送

发件人: ZHUWENXIANG 发送时间: 2021年11月14日 13:56 收件人: ShuGuoJ/3DAES 抄送: Subscribed 主题: [ShuGuoJ/3DAES] plot figure 8 (Issue #1)

The ideas and drawings in your article are fantastic, and thank you for posting the code for your article. But here is a small question, the figure 8 in your article, is it drawn using "visualize(n_h, n_gt)"? When I run the code, I found that this function is not working. Looking forward to your reply, thanks. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

HopePersist commented 2 years ago

Thank you for your reply, I understand what you mean. Thanks a lot.