hkk

Results 38 comments of hkk

> If the `image_shape` is just one number, it's the approximate total number of pixels (so width times height). Yep, for example, the image resolution of mipnerf360_garden scene is 5187*3316,...

> Yes, FlowMap will resize the input images until they're roughly at the target resolution. There are two resolutions that FlowMap uses: > > 1. The resolution at which the...

I use SSH to remotely connect to the Linux terminal. The vscode shell I use does not have a graphical interface. Is this the reason?

Yep, I try run "python slam.py --config configs/mono/tum/fr3_office.yaml" on the unbuntu graphical interface, and the error "Cannot load backend 'TkAgg' which requires the 'tk' interactive framework, as 'headless' is currently...

okay, I display the code log as follows: python slam.py --config configs/mono/tum/fr1_desk.yaml ![image](https://github.com/muskie82/MonoGS/assets/70420660/59962658-b26e-47d6-a431-d358fe32dca6) ![image](https://github.com/muskie82/MonoGS/assets/70420660/7a537b54-1d99-4cb4-8efb-44fc90d9bd8e)

Thank for your reply. I tried entering "export MESA_GL_VERSION_OVERRIDE=4.3" or export "MESA_GL_VERSION_OVERRIDE=4.5" as the ISSUE#5, but the window MonoGS only flashed for one second and suddenly exiting, then reporting an...

> Thank for your reply. I tried entering "export MESA_GL_VERSION_OVERRIDE=4.3" or export "MESA_GL_VERSION_OVERRIDE=4.5" as the ISSUE#5, but the window MonoGS only flashed for one second and suddenly exiting, then reporting...

Hi, I try lots of methods, and successfully run the MonoGS GUI window through [https://github.com/isl-org/Open3D/issues/4429], but some errors occur: there is no picture appears in the left frame. Moreover, there...

> @kk6398 I met this error. I solved this problem by 'evo_config set plot_backend agg' Can you explain the operation steps in detail please?