zhaoqiang wang
zhaoqiang wang
**units** is the first parameter of LSTM, which represents the last dimension of the output data at this layer. there is an reference [here](https://stackoverflow.com/questions/53966405/kreas-error-typeerror-init-missing-1-required-positional-argument-units)
Hi all, this is an awesome plugin. but i want to change the marker size by multiply 1.5,2.0,3.5 .... how could i implement this function? Regards
I fixed some issues of package installation when executed the demo. ## changed names of some package such as - PIL => pillow - json => pypi-json - skimage =>...
when I run demo by the following code, I got error: module 'skimage.measure' has no attribute 'marching_cubes_lewiner' ``` sh render_two.sh sh demo.sh ```
when I run demo by the following code, I got error module 'numpy' has no attribute 'bool' ``` sh render_two.sh sh demo.sh ``` the detail error is the following `np.bool`...
Hi, Thanks for your great works. I can reproduce the result by the demo in the repository. But I found an issue after I merged the two meshes into one...
default should be varable th, not a string 'th'
I want check the result by using the fox data from which is here: [fox](https://github.com/NVlabs/instant-ngp/tree/master/data/nerf/fox) **I executed the following command:** ``` EXPERIMENT=fox GROUP=fox NAME=fox CONFIG=projects/neuralangelo/configs/custom/${EXPERIMENT}.yaml GPUS=1 # use >1 for...