Lilac-Lee / FastNSF

Fast Neural Scene Flow (ICCV 2023)
https://Lilac-Lee.github.io/FastNSF
MIT License
69 stars 4 forks source link

render_option.json & init_weight #6

Open 123myx opened 9 months ago

123myx commented 9 months ago

I want to know where to download the render_ option.json and init_weight.

Lilac-Lee commented 8 months ago

Hi, @123myx, I presume you referred to the render_option.json in the function custom_draw_geometry_with_key_callback. You could customize your unique render_options.json file. For this project, we chose the viewpoint by directly looking at the visualization result.

For init_weight, we have defined how to initialize network weights in the init_weights function.

Cheers.