Open Pablo1990 opened 11 months ago
@Pablo1990
We are currently working on enabling the modification of models and parameters from the GUI, but it is still in preparation. In terms of code, the models are defined respectively for training and inference at https://github.com/neurobiology-ut/PHILOW/blob/main/src/napari_philow/_trainer.py#L222C19-L222C31 and https://github.com/neurobiology-ut/PHILOW/blob/main/src/napari_philow/_prediction.py#L106C29-L106C29. You can use a different model by modifying these parts.
Hi,
Thank you for this napari plugin! I was wondering if you could use different models using your platform. Is it possible to use different neural networks or to change their properties to allow for different setups?
Many thanks! Pablo