Hi,
Thanks for developing this amazing tool! When I run the tutorial codes for 'Mouse olfactory bulb' demo data, I tried to use method='stardist' instead of method='cellpose' as follows:
wsi = WholeSlideImage(image_path, name=sn)
wsi.process(method='stardist')
However, the error "TypeError: argument 1 must be numpy.ndarray, not numpy.ndarray" occured in the 'c_non_max_suppression_inds' function. May I ask how to fix this issue?
Many Thanks!
Best regards
Siqi
Hi,
Thanks for developing this amazing tool! When I run the tutorial codes for 'Mouse olfactory bulb' demo data, I tried to use method='stardist' instead of method='cellpose' as follows:
wsi = WholeSlideImage(image_path, name=sn)
wsi.process(method='stardist')
However, the error "TypeError: argument 1 must be numpy.ndarray, not numpy.ndarray" occured in the 'c_non_max_suppression_inds' function. May I ask how to fix this issue?
Many Thanks!
Best regards
Siqi