-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The projected image is too large, causing the reconstruction to be unresponsive #486
Comments
The projected image is too large, specifically (50,1024,1024), using fdk sart and other reconstruction does not respond, and it has been stuck, but other data sets can be used. |
Hi @1372484434 , The projected image you suggest is certainly not very large, and also not very large for TIGRE at all. Can you please give me information on your system, and also code that would reproduce the effect? |
Please produce a minimal example that reproduces the code please, something that I can copy-paste and it would intermediately run and reproduce your issue. |
This is the smallest code I can run, 128m because the data is a little big, the code is very concise
发自我的iPhone
…------------------ Original ------------------
From: Biguri ***@***.***>
Date: Sun,Sep 17,2023 8:32 PM
To: CERN/TIGRE ***@***.***>
Cc: 1372484434 ***@***.***>, Mention ***@***.***>
Subject: Re: [CERN/TIGRE] The projected image is too large, causing thereconstruction to be unresponsive (Issue #486)
Please produce a minimal example that reproduces the code please, something that I can copy-paste and it would intermediately run and reproduce your issue.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
从QQ邮箱发来的超大附件
demo.zip (128.7MB, 2023年10月18日 14:37) 进入下载页面 :https://wx.mail.qq.com/ftn/download?func=3&k=c79b6d38fce80b7ff5e81a3835623833d14d3f30376238331d4b4c4c075b0e005d07190000000a1e5b0207011a540d0a5e49555e0e510d525957050c015230335c015957191851432cc97fd6ba967012d64d4903d69f0ebc394b9a5a71&key=c79b6d38fce80b7ff5e81a3835623833d14d3f30376238331d4b4c4c075b0e005d07190000000a1e5b0207011a540d0a5e49555e0e510d525957050c015230335c015957191851432cc97fd6ba967012d64d4903d69f0ebc394b9a5a71&code=8d487b83&from=
|
@1372484434 Sorry, if I were to copy paste this code, it wold not work because it is not complete. Can yo uplease make a complete example? |
It is complete, you can try to run it, can you download the attachment I sent? |
@1372484434 It is not properly formatted, does not have imports, etc. The first error would be |
No, that file has not reached my email, but you are responding in github, so maybe it doesn't allow you to add files. |
Can you provide me with an email to send to you? Github does not allow sending this 128MB email |
I would much prefer if you could add a simple example in code here. I don't
need your data or your code, just take the TIGRE example, and make it fail
like it happens to you.
Ander
…On Mon, 18 Sept 2023 at 09:30, 1372484434 ***@***.***> wrote:
Can you provide me with an email to send to you? Github does not allow
sending this 128MB email
—
Reply to this email directly, view it on GitHub
<#486 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC2OENEWMV5ZA3RX7UYGRK3X3ABC5ANCNFSM6AAAAAA43MBBXY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I tried mine. When the projection angle is (19, 1024, 1024), SART can iterate normally. When the projection angle is greater than 19, it will not run. If I don’t provide the data for you to run it, , you may not experience my failure |
@1372484434 have you tried by simulating projections with TIGRE? Are you saying that its your data values, and not the size of the data, that makes TIGRE fail? |
|
Apologies, I don't want to sound rude, but I am very very busy. I am willing to take time to help you debug your code, as I am 99.9% sure this is a problem in your side, not in TIGRE, as I do routinely reconstruct images bigger than what you suggest. If you take your time to make this code a self-suficient shortest possible code that I can copy paste and run, I will be able to help you, otherwise, you may need to wait a month or two until I have time to rewrite it to figure out what could be wrong. Please also do provide information about your system. e.g. RAM size, OS, etc. |
@1372484434 I think you can put your data in the Google Drive link so that many people can help you find the problem. |
@1372484434 this may be related to #496 |
Expected Behavior
The projected image is too large, causing the reconstruction to be unresponsive
Actual Behavior
Code to reproduce the problem (If applicable)
Specifications
The text was updated successfully, but these errors were encountered: