Zain Raza

Results 19 comments of Zain Raza

Hi again - just wanted to give an update and get feedback if possible: I added this new function in `tensorBase.py` - alot of the code is the same as...

Hi @jinfagang I was planning to try this out too - as another option, it looks like it is possible to visualize a point cloud directly from RGBD scans if...

Hi @ayush29feb - I was just reading into that function also, so I'll try to lend my current understanding here related to the math: 1. **Re: your second question** -...

Hi @SrinjaySarkar - I read the paper and have been digging around this repo for a while. Are there any args in particular which you're not clear on? I could...

Hello @cchen156 - where in the code does it create that `train_process.mp4` file? I haven't spotted it yet.

Specifically for implementation, it might be good to find a NumPy equivalent for JS. Reading around it looks like [numjs](https://www.npmjs.com/package/numjs) is a good option Update: could also be a good...

@JusSil501 I can confirm this scripts works with `3.7.4`. I followed the [environment.yml](https://github.com/bmild/nerf/blob/master/environment.yml) file found in this repo. I'm curious why you ask? I believe anything `3.x` should be ok.

Hi @BioWar if you're still interested in this - I've recently been enjoying UC Davis' [_Introduction to Computer Graphics_](https://www.youtube.com/playlist?list=PL_w_qWAQZtAZhtzPI5pkAtcUVgmzdAP8g) course, I would definitely recommend it for understanding the intuition behind...

Hi @Holmes-Alan - I also think this package is super interesting. I wonder if what you're describing is possible via the [`scene.export()`](https://nerfvis.readthedocs.io/en/latest/nerfvis.html#nerfvis.Scene.export) method. I think you would need to at...

Hi @erenat77 - if you're just looking for the weights, I might suggest the [YOLOv5 releases on ultralytics](https://github.com/ultralytics/yolov5/releases). And @jahongir7174 , I just found this library and it looks super...