-
Notifications
You must be signed in to change notification settings - Fork 31
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
about dataset #2
Comments
Hi, |
What is camera matrix's mean? Didn't this mean the location of the camera? |
Hi, And, in chest xray images, you use 20*72=1,440 images. About "20", that means 20 people chest x-ray? |
Hi,
|
Thank you! I got it. And,
|
|
Hi Abril, According to your answer above, do you mean that you trained the GAN, simultaneously using X-ray sequences of 20 persons (e.g., for the chest)? If I have a X-ray sequence of only ONE person, can I train the GAN? Also, in the code shown below, should N be equal to 72 instead of 40? mednerf/graf-main/graf/config.py Line 94 in 0d3e075
Thanks! |
Aren't the four random datasets you brought already used for model training? Lines 89 to 91 in 0d3e075
I don't know where "those four instances" came from. |
Hi C. Zhou, Yes, you can train a model using a single instance. However, it may overfit to a point in which is hardly capable to render novel views for an unseen X-ray at inference time. |
Hi gpqls, |
Hi, abrilcf. Thank you for answer. |
Hi Abril. Thanks for your answers! I feel I got the point. Do you mean that there are 20 chest NeRFs for the 20 subjects during training? In such way, the GAN can be trained by more Xray-DRR pairs? |
Hi gpqls, |
Hi zcc861007, |
Thanks to this, I found out that real images and learned distribution are compared and scored in FID and KID. |
Hi, I just have a question about DDRs.
In paper, you said "Projection parameters are chosen to evenly sample points on the surface of a sphere, specifically a slight horizontal elevation of 70-85 degrees and , for a full 360- degree vertical rotation. ".
It meas, https://drive.google.com/file/d/1msiXso-nVDqdKWwoD6v129lYjOx7IXy5/view?usp=sharing like this picture?
You generate DDR with that degree at every 5 vertical degree?
The text was updated successfully, but these errors were encountered: