Gigon Bae
Gigon Bae
**Is your feature request related to a problem? Please describe.** Currently, we don't use Carbonite's dependent plugin-loading mechanism. Instead, we manager plugins separately, making some plugins built-in plugins: https://github.com/rapidsai/cucim/blob/95e44833752209b548c1b5e7aa40217d0187909b/cpp/include/cucim/plugin/plugin_config.h#L35-L36 And...
**Is your feature request related to a problem? Please describe.** It would be great if we have a foundation for malloc and memory pool implementation. ### malloc upgrade cuCIM C++...
**Is your feature request related to a problem? Please describe.** Since the project doesn't have a mechanism for preventing memory leaks, there are high chances to introduce memory leaks during...
**Is your feature request related to a problem? Please describe.** Add unit/integration/system/performance testing for TIFF file loader module (under `clara`). - Setup test cases for Python/C++ modules. See https://github.com/rapidsai/cucim/wiki/002_setup_tests.md for...
[FEA] Supporting multi bands (multi-channel) images for geospatial (remote sensing) and microscopy
**Is your feature request related to a problem? Please describe.** cuCIM is currently supporting only jpeg/deflate-compressed RGB image (which is prevalent on Digital Pathology image) only and doesn't support multi-channel...
**Is your feature request related to a problem? Please describe.** cuCIM is currently supporting some generic Digital Pathology-related image formats (generic RGB tiled TIFF, Philips TIFF, etc). cuCIM can easily...
**Is your feature request related to a problem? Please describe.** Although specifying dependent packages explicitly for the operator is a cleaner way to provide a reusable operator, providing automatic detection...
Currently, we support one single file/folder path for the input and one folder path for the output. Users may want to specify multiple inputs/outputs with labels. We need to provide...
**Is your feature request related to a problem? Please describe.** It would be nice to put test data such as https://drive.google.com/uc?id=1cJq0iQh_yzYIxVElSlVa141aEmHZADJh as a Github release for better accessibility. MONAI Label...