-
Notifications
You must be signed in to change notification settings - Fork 22
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
dcm format support #50
Comments
Although the progress is 11%, all previous extractions have not been successful |
DCM should be supported by OpenSlide and is one of the accepted formats of trident, see https://github.com/mahmoodlab/TRIDENT/blob/main/trident/Processor.py#L111.
Please check the FAQ, first question for clam compatibility. let me know if that works on your end? |
Does it fail on all DCM images? yes |
can you share one the slides so I can reproduce on my end. debugging openslide errors can be very challenging. it basically cannot read the tile. |
Thanks for your reply. Sorry, I don't know how to upload it. There is a file size limit. The slides are from CPTAC-BRCA. Maybe you can download one from here https://portal.imaging.datacommons.cancer.gov/explore/ |
I found that there is no error if num_workers=0 in "dataloader = DataLoader(dataset, batch_size=batch_limit, num_workers=get_num_workers(batch_limit),pin_memory=True)" in WSI.py |
Interesting. It seems to be a known issue with python libraries that wrap C/C++ code.
|
Hello, the current code has problems when processing the feature extraction patch features of wsi in dcm format (based on conch1.5), but CLAM did not have this problem before. Why is this? In addition, can I use this library to perform slide feature extraction based on TITAN using the patch features extracted by CLAM?
The text was updated successfully, but these errors were encountered: