Tombs98 / CAPTNet

Prompt-based Ingredient-Oriented All-in-One Image Restoration
https://arxiv.org/abs/2309.03063
Other
17 stars 0 forks source link

t-nse graph #2

Open Dpw506 opened 10 months ago

Dpw506 commented 10 months ago

Hello, I am interested in your work. The paper mentions the representation of t-nse graphs, and I have recently been creating t-nse for my own work, and I would like to ask you how the t-nse graphs can be made to look like what you describe in your paper?

Tombs98 commented 10 months ago

Hello, I am interested in your work. The paper mentions the representation of t-nse graphs, and I have recently been creating t-nse for my own work, and I would like to ask you how the t-nse graphs can be made to look like what you describe in your paper?

Thank you very much for your support to our work.

In our work, we randomly sample 100 image pairs from each of several datasets. tsne is used to visualize the feature space for them.

Dpw506 commented 10 months ago

Thank you very much for your reply.