Ruilong Li(李瑞龙)

Results 74 comments of Ruilong Li(李瑞龙)

Hi I’m this case you can check following things: - Are the ray and aabb correct? If any of them is not setup correctly then you may get no intersection...

Yeah no intersection leads to zero samples. The `OccGridEstimator` has a `sampling()` function that is basically the old `ray_marching` function but with some API changes. Please check the CHANGELOG.md for...

Could you provide a minimal script that reproduce it? (I.E. what's the inputs you pass into this function?)

Hi i'm not quite familiar with windows build and it is a bit hard to tell from this error info. I would recommend you to install the pre-built wheels following...

We had a major update from `0.3.5` to `0.4.0` and had API changes in-between. So you might want to install `nerfacc

Honestly I don't have too much of knowledge of compiling on windows.

Hi I'm not sure how much benefit I can get from AMP training so currently I'm not quite motivated to support it. Also one big reason is that I'm not...

Hi this is the issue of loading nerf 360 dataset with the 3rd-party library `pycolmap`. Maybe the data is corrupted? I'm not sure what I can help you with in...

I'm not sure if the `project.ini` file is really needed. I don't have this file neither but I can run the code without problems.

Hey thanks for the implementation! I quickly skimmed it and it looks all reasonable! I will take a close look in the weekend.