-
Notifications
You must be signed in to change notification settings - Fork 96
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
How to improve the performance further? #124
Comments
Hi, looks like you at least get the real360 scene working, I have been struggling to even start stage1 for it. May I ask your system config and package version please? |
Be glad to. |
this is awesome, i will try these parameters today, thank you SO MUCH ! BTW, did you change anything in the code besides commenting out the 3 lines requiring 8 GPUs? I have a RTX8000 but it says I need more RAMs |
Commenting it out is okey. |
Could you share your changed code plz? Thank you so much ! |
I modified the code for solving the running error and meeting my special requirements. |
Sorry for hijacking this thread, noob here. Got things running with the provided datasets. But how do you go about creating/using own datasets, like you have done? Thanks!! |
Hi, I use LLFF to create own datasets. |
Thank you! |
Can you give me a little more detail about creating an LLIF dataset? |
Just download the Docker image following the steps provided by LLFF. Then run
to create the dataset yourself. |
Thanks!! Could you please send me the stage123 and output file(obj, png) that was executed with 3090? it will be of great help. |
So sorry for the late. Here follows my previous result. |
<!--
/* Font Definitions */
@font-face
{font-family:Gulim;
panose-1:2 11 6 0 0 1 1 1 1 1;}
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:"Malgun Gothic";
panose-1:2 11 5 3 2 0 0 2 0 4;}
@font-face
{font-family:"Malgun Gothic";}
@font-face
{font-family:Gulim;
panose-1:2 11 6 0 0 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
text-align:justify;
text-justify:inter-ideograph;
text-autospace:none;
word-break:break-hangul;
font-size:10.0pt;
font-family:"맑은 고딕",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
.MsoChpDefault
{mso-style-type:export-only;}
/* Page Definitions */
@page WordSection1
{size:612.0pt 792.0pt;
margin:3.0cm 72.0pt 72.0pt 72.0pt;}
div.WordSection1
{page:WordSection1;}
-->Thank you!It will be very helful! Windows용 메일에서 발송된 메일입니다. 보낸 사람: CCOSerika보낸 날짜: 2023년 2월 15일 수요일 오전 11:43받는 사람: google-research/jax3d참조: Smashh712; Comment제목: Re: [google-research/jax3d] How to improve the performance further? (Issue #124) Thanks!! Could you please send me the stage123 and output file(obj, png) that was executed with 3090? it will be of great help.So sorry for the late. Here follows my previous result.toydog_phone.zip—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Hi, author.
I run the code on my own real360 scene and result is like this:
To improve the performance, I modify the patchsize from 17 to 33 as the paper says. But the result is out of the expectation.
Furthermore, I change the patchsize to 9 and the result is like this.
I have no idea what went wrong. Looking forward to ur early reply. Thanx in advance.
The text was updated successfully, but these errors were encountered: