cshen1024 / BC_DPM

code for paper “PET Image Denoising with Score-Based Diffusion Probabilistic Models”
6 stars 1 forks source link

what is the system matrix #2

Closed Jimmy-Bots closed 2 weeks ago

Jimmy-Bots commented 7 months ago

how can i find it

lmat = scipy.io.loadmat('./put system matrix here') if 'S' in lmat.keys(): S = lmat['S'] else: S = lmat['A'] S_coo = S.tocoo() # COO

sunqiqi123 commented 3 months ago

Excuse me, have you found lmat = scipy.io.loadmat('./put system matrix here')?