google-research / jax3d

Apache License 2.0
735 stars 96 forks source link

How to improve the performance further? #124

Open CCOSerika opened 2 years ago

CCOSerika commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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

cyz2727327 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

Hi, I use LLFF to create own datasets.

Thank you!

nooskuyh commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago
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: ***@***.***>