Melon-Xu / TopoSemiSeg

The official implementation of "Semi-supervised Segmentation of Histopathology Images with Noise-Aware Topological Consistency".
7 stars 0 forks source link

Code Inconsistency #1

Closed ObstaclseShi closed 2 months ago

ObstaclseShi commented 2 months ago

hello! I found a code inconsistency issue. In file requirements.txt, it says "crisper==0.0.1", while the code in topo_consistency_loss.py is "import cripser as cr"

Melon-Xu commented 2 months ago

Thank you very much for pointing out! Have fixed the issue.