Evonne Ng
Evonne Ng
After training for a long time ~81,990 steps on instant ngp, get the following stack trace: 
Currently if people are training on the same port, you end up seeing the same thing. Ideally you would have some way (e.g. send a key or something) to make...
currently if we try to define an oval, the spline makes the camera rotate in a really weird way which is counterintuitive. see green cam on video: https://user-images.githubusercontent.com/14854811/192383606-f9ae9903-5677-4462-beef-9d499350e029.mov
if your window directs to an older version of the code, somehow redirect/pop up some alert that points to the correct version on initial connection, send over viewer version from...
Currently, toggle buttons don't change color whether the object is displayed or not. Given how many objects are in the scene, its hard to tell if something is shown or...
I suspect there are memory leaks here and there; do full pass to trim gpu memory consumption
* future feature request * launch training from local upload of config
I added some func to handle the colormap stuff https://github.com/plenoptix/pyrad/blob/069cf2c40fb3ab68c483501f18713992b3c00d8a/pyrad/graphs/instant_ngp.py#L148-L162 And set it as a base class thing to get everything to work: https://github.com/plenoptix/pyrad/blob/069cf2c40fb3ab68c483501f18713992b3c00d8a/pyrad/graphs/base.py#L139-L145 But i dont think this is...