Paul Melis
Paul Melis
I'm seeing a sampling artifact (my guess) when using the car paint material. Here's a crop from a render (you might need to zoom in to see it better): ...
I'm trying to debug some code that is not showing any geometry in the rendered output, so I wanted to verify if what I'm doing is actually supported when it...
I was testing with writing partitioned data from Julia using Arrow.jl. When a column is dictionary-encoded it seems the resulting arrow file can not be read by PyArrow: ``` using...
I was trying to explore what Python functions are available as submodules of `Main`, especially the `PyCall` module, but apparently that isn't possible? Or is this a bug? ``` Python...
**Describe the bug** I have a simple model (basically a scaled boxed) that uses a photo in jpeg format as texture. In Blender the UVs for the top quad of...
In https://github.com/easybuilders/easybuild-easyconfigs/issues/4036 an issue was identified with CentOS 7.3 due to certain missing version symbols in the XZ library. A [patch](https://github.com/easybuilders/easybuild-easyconfigs/blob/develop/easybuild/easyconfigs/x/XZ/XZ-5.2.2_compat-libs.patch) was then included in the XZ easyconfigs that removes...
I was working on parsing the UDP packets being sent on the Nano network (not related to your implementation). I seem to get some malformed package headers, with respect to...
The line `/usr/bin/env python` in `hexmap.py` might resolve to Python 3.x for some users (including me). The division for `d` in https://github.com/lifelike/hexmapextension/blob/11401e23889318bdefb72df6980393050299d8cc/hexmap.py#L36-L39 then no longer returns an integer with Python...
**Describe the bug** Is the documentation on self-hosting the viewer on https://docs.nerf.studio/en/latest/developer_guides/viewer/viewer_overview.html up to date? It mentions `scripts/viewer/run_bridge_server.py`, but I don't see that anywhere in the repo (main branch). One...
Not sure this is a bug, but I noticed the visualization of camera rays (pixel centers?) on https://docs.nerf.studio/en/latest/nerfology/model_components/visualize_cameras.html:  To me this doesn't make much sense, with each ray (or...