Open DattaSujay opened 1 year ago
It is difficult to say - there is a lot going on with the example. It sounds like an image alignment issue. At first glance I doubt this is a matter of parameter tuning, but rather more likely related to what is being compared. I would recommend focusing on the shapes and dimensions of the inputs/outputs at each stage of the analysis, and careful review of the docstrings to ensure you understand any transforms that are applied to the images.
I had a query regarding tuning the model for the TissueNet dataset taken from https://datasets.deepcell.org/data. The current shape of training and testing data is (10404,256,256,2)
The model was run as follows :
How to tune the parameters in a way that we obtain plots where the red dots align perfectly on the segmented cell data from which Voronoi plots can be generated? Will reshaping the data solve the issue?