Results 10 comments of Riku Murai

Unfortunately using Cmd /Ctrl key doesn't seem to work with OS X.

Unfortunately, it still does not work. It seems like the issue is that nav is defined to be the draggable region and setting header_header to none seems to make nav...

@net Thanks! I didn't know that you can move windows this way.

To run our code with your custom data, you'll need to implement a dataset class https://github.com/muskie82/MonoGS/blob/main/utils/dataset.py#L394-L402 which sets the following attributes (pseudocode): ``` self.has_depth = False self.num_imgs = 100 self.color_paths...

To solve > Cannot load backend 'TkAgg' which requires the 'tk' interactive framework, as 'headless' is currently running As @peterWon mentions, if you run the command in the terminal, `evo_config...

It looks related to #36 #20, but we've not solved this problem yet (we don't have a Windows machine at hand) If anyone finds a solution, please let us know!

Hi, n_touched checks if the Gaussian was rasterised before we reach the median depth https://github.com/rmurai0610/diff-gaussian-rasterization-w-pose/blob/main/cuda_rasterizer/forward.cu#L370 So even if the Gaussian is visible (in terms of radii) it may not be...

n_touched counts it number of pixels which renders the Gaussian before the depth reaches median depth, so it will be greater than 0. And yes, for the radii mask that's...

Hi, thank you for your interest! Can you print out the variables R, t, Rt, in `getWorld2View2` so we can check if the matrix is singular? I suspect R,t are...

Hi, thank you for your interest. Can you give us more information about how you are running the system (i.e. what CPU, locally on desktop, laptop /remotely on server etc)?...