baidu-research/NCRF

have an error when running probs_map.py

wenhuihuang1979 opened this issue · 2 comments

Exception: Slide/Mask dimension does not match , X_slide / X_mask : 98304 / 1536, Y_slide / Y_mask : 103936 / 2048

yil8 commented

@wenhuihuang1979 please refer to #6 , most like your openslide library version is not up to date. You can check by

openslide-show-properties --version
openslide-show-properties 3.4.1, using OpenSlide 3.4.1
Copyright (C) 2007-2015 Carnegie Mellon University and others

OpenSlide is free software: you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License, version 2.1.
<http://gnu.org/licenses/lgpl-2.1.html>

OpenSlide comes with NO WARRANTY, to the extent permitted by law.  See the
GNU Lesser General Public License for more details.

openslide 3.4.1 is required

yil8 commented

@wenhuihuang1979 Can you close this issue if this it is resolved?