QSong-github / SiGra

Single-cell spatial elucidation through image-augmented graph transformer
MIT License
28 stars 6 forks source link

The visualization results are incorrect. #3

Closed DaIGaN2019 closed 3 months ago

DaIGaN2019 commented 3 months ago

Thank you for selflessly sharing your code. I am trying to reproduce SiGra, but I have encountered some problems. Specifically, there are two issues:

  1. I downloaded the processed dataset and weights you provided, and during the testing phase, the ARI shown in each test is around 0.55, but it is not fixed. Is this normal?

  2. When I use the SiGra_visualize.ipynb file in the code to visualize the results, adata displays a UserWarning: Observation names are not unique. To make them unique, call .obs_names_make_unique. Also, the visualization results are incorrect (as shown in the image below). I hope you can provide me some help, thank you. output1 output2