Gigon Bae

Results 65 comments of Gigon Bae

Hi @wyli Thank you for the report The error seems to be related to GDS (GPUDirect Storage) library that would be installed by default from CUDA 11.7. Could you please...

Hi @Gabry993 , Please see the following welcome page to see how you can use it https://nbviewer.org/github/rapidsai/cucim/blob/branch-22.06/notebooks/Welcome.ipynb Before feeding to scikit-image APIs, image object (which is `CuImage` type) needs to...

Thanks @ma-sadeghi for the issue! We had a discussion on this issue before and we found that there are many ways to implement GPU-accelerated watershed algorithms and implementing scikit-image's watershed...

Thanks @aan1173 for the report and sorry for the late response. For Generic tiled tiff file to be loaded by cuCIM, `subfile` type of TIFF is correctly set (only one...

Hi @Terra4m, I wonder if there is a sample GEOTIFF file available public that can represent images you are handling. Would like to use it as a reference image to...

Hi @Terra4m I checked the file you provided. and it has a single image plane and 242 samples per pixel with no compression used. - Image Width: 1341 Image Length:...

Thanks @benjha for your interest in cuCIM! > Is GDS a hard dependency ?, if not, is there any env. variables to disable it ? GDS is not a hard...

@benjha Thanks for sharing the use cases! > Is cuCIM not meant to be build within an existent built from source Rapids environment ? That's correct. Currently, cuCIM's build doesn't...

Hi @Ycblue Thanks for your interest in cuCIM! Right, cuCIM currently doesn't support Hamamatsu .ndpi format yet. We currently don't have enough bandwidth to work on supporting other file formats...

@usuyama, > I used ndpi2tiff tool to convert NDPI files to TIFF, but still failed to load with cuCIM. If you mean that a TIFF image converted by ndpi2tiff is...