ThePassedWind

Results 5 comments of ThePassedWind

Hi, does anyone know how to set GUI_ENABLE=FALSE and CUDA_ENABLE=TRUE on Ubuntu?

I found a position to input "Scaling Modifier" just now. In render.py, ```python rendering = render(view, gaussians, pipeline, background)["render"]

> Update, I guess they preprocess mask by logits: > > ```python > def logit(x): > a = torch.tensor(x) > return torch.special.logit(a, eps=1e-6).numpy() > def inv_logit(x): > return 0.5*(1. +...

> hello, I am getting the same outcome, nothing if I input a binary mask insted points or bbox. Hi, I guess, it cannot support that the prompt is only...