mingqiJ

Results 9 issues of mingqiJ

I am training conditional fastgan. But it takes error: It is a little weird. It can train for conditional stylegan. How to fix this problem.

When I use this command to train **stylegan2**:`python3 train.py --outdir=./out --cfg=stylegan2 --cond=True --data=./dataset/cifar10.zip --gpus=4 --batch=128 --mirror=True --batch-gpu 32 --cbase 16734 --cmax 256 --kimg 25000 --snap 200 --syn_layers 7 --head_layers 4`...

Hi, I see you use **Yolo v3** to do many tests. Is it possible to apply your D-RISE to the **mask R-CNN**?

help wanted

Is this support drawing the Gaussian geometry in the image? The rasterization engine you used for 3D gaussian Splatting.

enhancement
question

Hello! I have tried the code to generate the **Physion dataset**(because the origin dataset doesn't contain **depth image**) But the code didn't work. I use the 1.8.8.0 version of TDW....

Hello! I have tried the code to generate the Physion dataset(because the origin dataset doesn't contain depth image) It takes error if I use 1.11.23 version TDW: ``` In 1009...

I find it only support using one set of gaussians to render different views at 1 time. Does it support using >1 sets of gaussians to do the randering?

I always failed to install the gsplat. So I transfer other people's conda environment to run the gsplat, but it takes this error: ``` Traceback (most recent call last): File...

When I use the `pip install git+https://github.com/nerfstudio-project/gsplat.git` to install the gsplat. It takes error: ``` Traceback (most recent call last): File "/home/anaconda3/envs/gsplat118/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 2100, in _run_ninja_build subprocess.run( File "/home/anaconda3/envs/gsplat118/lib/python3.8/subprocess.py", line...