neurobiology-ut / PHILOW

Python-based Human-In-the-LOop Workflow: PHILOW is an interactive deep learning-based platform for 3D datasets
https://philow.readthedocs.io/en/latest/
GNU General Public License v3.0
26 stars 3 forks source link

different models #47

Open Pablo1990 opened 11 months ago

Pablo1990 commented 11 months ago

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

hiroalchem commented 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.