-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有关于LEVEL=1的patching #8
Comments
直接使用CLAM创建LEVEL=1的patching,那么SIZE应该设置为1024吗?
在readme里的命令中,特征提取部分--color_norm参数好像并没有定义
|
如果我使用官方的CLAM工具处理自己的数据。没有使用color_norm参数,会导致维度匹配不上吗? |
color_norm参数不影响维度匹配 |
您好,在运行main.py的过程中,在WSIpatchdata.py中出现bug,feats_x20.shape[0]和16*feats_x5.shape[0]不相等,我应该如何处理此问题?感谢您的指点 |
有两个可能的原因:
|
您好!我在使用您改进过的CLAM进行特征提取的时候出现了问题,是AttributeError: module 'torchstain' has no attribute 'MacenkoNormalizer',我检查了我的torchstain的版本是1.3.0,请问我应该如何解决此问题? |
您好!我使用在提取level=2的特征时一切顺利。但是在使用过Big-to-small patching后,进行Level=1的特征提取的时候,出现了错误,具体错误为: |
可能是因为坐标的数据类型不对,可以参见这个:#3 |
您好!我在进行main.py的运行时,出现了此问题: |
我尝试了填充x的第二维度到640,这样L=640/16=40,但是到后面x5.shape[1]=159,又与L不匹配,这是因为我数据预处理没有使用use_padding参数的原因吗? |
如果我不适用tools里的big_to_small_patching.py,而是直接使用CLAM创建LEVEL=1的patching,那么SIZE应该设置为1024吗?并且,在readme里的命令中,特征提取部分--color_norm参数好像并没有定义
The text was updated successfully, but these errors were encountered: