Wamiq Reyaz Para

Results 9 issues of Wamiq Reyaz Para

Hello, I just wanted to point out a possible error in the description of your encoding. [Here](https://github.com/alexandre01/deepsvg/blob/186d604ddc7b6ddf382fca1742dec27a41b8eb9f/notebooks/svglib.ipynb#L788) you say that the first row containts the command, but in reality, each...

Hiya, You guys have released code that deals with the DTU dataset. Could you please clarify the global coordinate frame and the camera coordinates that the code expects? This would...

Hiya, Apologies for being too demanding, but do you have an estimated timeline for when the training code will be release? Failing which, is there a way for me to...

In line 8, in the file `scripts/anisotropic-training/color_coded_errors.py`, the code reads `array(ERROR_COLORS, dtype=np.uint8` but it should be `np.array(ERROR_COLORS, dtype=np.uint8`

Hello, How exactly would one save a config to a wandb format? More concretely, how would one get a dict-like object that gives access to all values that gin could...

Hello, Thanks for the code release. Is there any small snippet that actually shows how to train the model? the file train.py has too many arguments and I am not...

Hey, I am trying to perform the preprocessing on FFHQ, but the DECA estimation code that you have is simply wrong. https://github.com/MrTornado24/Next3D/blob/bdab84fc12cb61bd1002a3efb2c0a707a1139d97/dataset_preprocessing/ffhq/deca/decalib/deca.py#L170 basically changes the jaw rotation to be neutral....

In the file gen_samples_next3d.py, https://github.com/MrTornado24/Next3D/blob/bdab84fc12cb61bd1002a3efb2c0a707a1139d97/gen_samples_next3d.py#L112 the truncation cutoff is set to 14, meaning that the truncation is only applied to the texture_ws and not the eg3d_ws, because of this line...

Hey there, I was using MobileNeRF to use on my own dataset. It works well with the default settings with a good mesh that I can render using the ThreeJS...