Hoanh Le

Results 10 comments of Hoanh Le

@MvWouden did you solve it by modifying `tranforms.json` before launching `ns-train`?

@tree8888 Can you tried with https://github.com/nerfstudio-project/nerfstudio/pull/2165 first? note: `ns-train nerfacto --pipeline.model.background_color "random"` should be enough. example data can be e.g: the lego dataset. (`rgba` images, no need for the `mask_path`...

related issue: https://github.com/nerfstudio-project/nerfstudio/issues/1827

i'm implementing it here https://github.com/nerfstudio-project/nerfstudio/pull/3363

@desifisker you're setting `max_res = 256` so ofc it's blurry. can you try increasing it?

> I feel major refactor of current nerfstudio parser are needed to achieve a clean separation between orientation logics from data parsing. > > (1) Currently orientation and centering logics...

@liruilong940607, `self.aabb `is used to select the points that belong to the `roi`, correct? In the toy example below (with `levels = 2`), it seems that most of the points...

@liruilong940607 tnx, i can open an PR to fix this once i have time!

docs is failing because of unrelated error https://github.com/spyder-ide/spyder/issues/22187

@maturk can you take a look at this PR?