openspyrit / spyrit

A Python toolbox for deep image reconstruction, with emphasis on single-pixel imaging.
https://spyrit.readthedocs.io/en/master
GNU Lesser General Public License v3.0
41 stars 15 forks source link

training dcnet #236

Open WH-CSU opened 1 week ago

WH-CSU commented 1 week ago

Dear Author, Is it convenient to share the training files of dcnet? The existing trained dcnet is not able to satisfy my requirement. Looking forward to your reply and good luck!

nducros commented 6 days ago

Hi,

The general training procedure is explained in this tutorial: https://spyrit.readthedocs.io/en/master/gallery/tuto_04_train_pseudoinverse_cnn_linear.html

You can also check the specifics of the DCNet workflow of the original paper: https://github.com/openspyrit/spyrit-examples/blob/master/2022_OE_spyrit2/train.py

Hope this helps.