Skip to content
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

Open
CCOSerika opened this issue Sep 21, 2022 · 14 comments
Open

How to improve the performance further? #124

CCOSerika opened this issue Sep 21, 2022 · 14 comments

Comments

@CCOSerika
Copy link

Hi, author.
I run the code on my own real360 scene and result is like this:
17
To improve the performance, I modify the patchsize from 17 to 33 as the paper says. But the result is out of the expectation.
33
Furthermore, I change the patchsize to 9 and the result is like this.
9
I have no idea what went wrong. Looking forward to ur early reply. Thanx in advance.

@cyz2727327
Copy link

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?

@CCOSerika
Copy link
Author

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.
Ubuntu 18.04
GPU RTX3090
cuda 11.1
python==3.6.13
flax==0.3.5
jax==0.2.17
jaxlib==0.1.69+cuda111

@cyz2727327
Copy link

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. Ubuntu 18.04 GPU RTX3090 cuda 11.1 python==3.6.13 flax==0.3.5 jax==0.2.17 jaxlib==0.1.69+cuda111

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

@CCOSerika
Copy link
Author

Commenting it out is okey.
Besides, some code in stage3 needs to be modified, maybe so.

@cyz2727327
Copy link

Commenting it out is okey. Besides, some code in stage3 needs to be modified, maybe so.

Could you share your changed code plz? Thank you so much !

@CCOSerika
Copy link
Author

I modified the code for solving the running error and meeting my special requirements.
If the same issue occurs, I would share the solution. Or else nothing is to be changed if the code runs smoothly.

@murcje
Copy link

murcje commented Nov 1, 2022

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!!

@CCOSerika
Copy link
Author

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.

@murcje
Copy link

murcje commented Nov 2, 2022

Hi, I use LLFF to create own datasets.

Thank you!

@nooskuyh
Copy link

nooskuyh commented Nov 4, 2022

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.

Can you give me a little more detail about creating an LLIF dataset?

@CCOSerika
Copy link
Author

Hi, I use LLFF to create own datasets.

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

$ sudo nvidia-docker run -it --rm --volume /:/host --workdir /host$PWD tf_colmap
$ python imgs2poses.py scene

to create the dataset yourself.

@nooskuyh
Copy link

nooskuyh commented Nov 14, 2022

Hi, I use LLFF to create own datasets.

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

$ sudo nvidia-docker run -it --rm --volume /:/host --workdir /host$PWD tf_colmap
$ python imgs2poses.py scene

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.

@CCOSerika
Copy link
Author

CCOSerika commented Feb 15, 2023

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

@nooskuyh
Copy link

nooskuyh commented Apr 13, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants