Thank you for releasing the code and congratulations on the ECCV acceptance.
I am trying to run the code using the ER dataset. However, the fractal_analysis.py file is giving me an error RankWarning: Polyfit may be poorly conditioned. Is this expected?
I am using
base_path = 'data/Fluorescence_Microscopy_Images_v2/cbmi_ER/train/images/'
# The step and window size as obtained from the paper
step_size = 1
window_size = 5
compute_FMM_Pool(base_path, window_size, step_size)
Best,
Chinmay
Thank you for releasing the code and congratulations on the ECCV acceptance.
I am trying to run the code using the ER dataset. However, the
fractal_analysis.pyfile is giving me an errorRankWarning: Polyfit may be poorly conditioned. Is this expected?I am using
Best,
Chinmay