Ruyi-Zha / naf_cbct

MIT License
105 stars 20 forks source link

Data acquisition #17

Open seongje-oh opened 2 months ago

seongje-oh commented 2 months ago

Hello, thank you for sharing your valuable code. Before applying your code, I would like to use the information written in chest_50.pickle to obtain projection data from img.mat data through TIGRE technology, but it comes out different from the shared data. Can you tell me how you acquired the traindata for this part?

Ruyi-Zha commented 2 months ago

Hi, we use dataGenerator/generateData.py to generate the pickle file. Do you mean you use the raw data but cannot generate the same output as chest_50.pickle? Since there are some random operations, it is acceptable if your results are slightly different from ours. If they are quite different, could you please share more details so that I can see what's going on? Thanks.