jax3d icon indicating copy to clipboard operation
jax3d copied to clipboard

How to improve the performance further?

Open CCOSerika opened this issue 2 years ago • 14 comments

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.

CCOSerika avatar Sep 21 '22 06:09 CCOSerika

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?

cyz2727327 avatar Oct 12 '22 03:10 cyz2727327

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

CCOSerika avatar Oct 12 '22 04:10 CCOSerika

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

cyz2727327 avatar Oct 12 '22 14:10 cyz2727327

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

CCOSerika avatar Oct 13 '22 01:10 CCOSerika

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 !

cyz2727327 avatar Oct 13 '22 03:10 cyz2727327

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.

CCOSerika avatar Oct 14 '22 06:10 CCOSerika

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

murcje avatar Nov 01 '22 13:11 murcje

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.

CCOSerika avatar Nov 02 '22 03:11 CCOSerika

Hi, I use LLFF to create own datasets.

Thank you!

murcje avatar Nov 02 '22 11:11 murcje

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?

nooskuyh avatar Nov 04 '22 15:11 nooskuyh

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.

CCOSerika avatar Nov 07 '22 02:11 CCOSerika

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.

nooskuyh avatar Nov 14 '22 04:11 nooskuyh

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

CCOSerika avatar Feb 15 '23 02:02 CCOSerika

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: ***@***.***> 

nooskuyh avatar Apr 13 '23 10:04 nooskuyh