napari-accelerated-pixel-and-object-classification icon indicating copy to clipboard operation
napari-accelerated-pixel-and-object-classification copied to clipboard

GPU-accelerated, OpenCL-based Random Forest Classifiers for pixel and labeled object classification in napari.

Results 7 napari-accelerated-pixel-and-object-classification issues
Sort by recently updated
recently updated
newest added

Hey @haesleinhuepf, I was just reading @marabuuu's awesome blogpost about feature extraction and saw that you suggest using the correlation matrix implemented here. Recently I was using correlation matrices in...

Currently, before computing the `feature_correlation_matrix` all rows with NaN values are removed (see [documentation](https://github.com/haesleinhuepf/napari-accelerated-pixel-and-object-classification#feature-correlation-matrix) and code) https://github.com/haesleinhuepf/napari-accelerated-pixel-and-object-classification/blob/68da4c98e34a5a5a41e401affd3c41f03d5e6a33/napari_accelerated_pixel_and_object_classification/_custom_table_row_classifier.py#L264 However, in my case I had the measurement `moments_normalized` in my table. This...

reported here: https://forum.image.sc/t/napari-accelerated-pixel-object-classification-apoc-output-scale-input-loading/77106

Hello, Thank you very much for this software. I just installed the plugin from napari and tried to run the Semantic Segmentation (APOC) with various 2D example data from napari....

Hi everyone, I noticed that the Object Segmentation (Tools -> Segmentation Labeling -> Object Segmentation (APOC)) does not generate a new labels layer with the output. I believe this may...

This was first posted on image.sc : https://forum.image.sc/t/napari-object-classification-apoc-failing-on-m2-mac/85733/1 I've hit the same thing: https://forum.image.sc/t/napari-object-classification-apoc-failing-on-m2-mac/85733/7?u=psobolewskiphd Opening this issue as maybe this is a better place for discussion a workaround or fix....

Hi, Thank you for creating such a valuable tool! My team and I have been using the custom features classifier widget to classify nuclei, and we've found it very effective....