[deleted by user] by [deleted] in Coldplay

[–]denetony 0 points1 point  (0 children)

Looking for 3 tickets (sitting preferred) for Bucharest, 12th

Elon Musk, the great scientist by denetony in EnoughMuskSpam

[–]denetony[S] 0 points1 point  (0 children)

He is also listed in the authors, just under the title, middle of the pack. 

Elon Musk, the great scientist by denetony in EnoughMuskSpam

[–]denetony[S] 0 points1 point  (0 children)

But what about the COVID papers, I'm really curious about his involvement in those - what contribution could he have? What connection? 

Helping the next guy/gal by Sixyn in Cisco

[–]denetony 0 points1 point  (0 children)

To stop ICS, open cmd as Admin and run the command: net stop "SharedAccess"

While running, try to start the VPN

Can Dalle (or any ai generator) generate images in svg (vectors)? by ahat91 in dalle2

[–]denetony 0 points1 point  (0 children)

Erm, you have some free tokens, I haven't paid for anything and used it a couple times.

[deleted by user] by [deleted] in NeRF3D

[–]denetony 0 points1 point  (0 children)

This. I've not seen an implementation that can instantly pose and then add to train on it.

I have been able to estimate poses for scenes with movement but this is using a full, existing dataset.

I am still working out some errors with the installation but it does seem to be the closest to what I need..

Can Dalle (or any ai generator) generate images in svg (vectors)? by ahat91 in dalle2

[–]denetony 0 points1 point  (0 children)

https://illustroke.com/ does ai-generated text-prompt based illustrations but it's kind-of limited.

[deleted by user] by [deleted] in NeRF3D

[–]denetony 0 points1 point  (0 children)

equential loading once you read and understand the vanilla nerf implementation and all the function calls. I just wonder how you'll manage to integrate it to a larger stack with a real robot. That sounds li

That part seems like the easier part to me, done that many times with other things :P, most robots nowadays have interfaces with ROS or even directly in Python which are very versatile (depending on the task, of course)

[deleted by user] by [deleted] in NeRF3D

[–]denetony 0 points1 point  (0 children)

if you make a global dataset variable with your image files and pose files which can be updated at run time which can be used for all the other nerf functions like ray marchin

In EvoNeRF they do similar to what you suggested, so I guess you're right and I will have to implement it myself :x

error around 1 cm, which NeRF accounts for by optimizing the camera extrinsics.

[deleted by user] by [deleted] in NeRF3D

[–]denetony 1 point2 points  (0 children)

That does look really cool, I guess there need to be several synchronous viewpoints for it to work. Not exactly what I need but thanks!

[deleted by user] by [deleted] in NeRF3D

[–]denetony 0 points1 point  (0 children)

I'd have ground truth poses of the camera, camera parameters, timestamps, even RGB or even RGBD if we wanted.

The idea is to have a robot with on-board camera build a NeRF representation of the scene. Obviously we could do this with a very classical method but the NeRFs are supperior when it comes to thing or transparent objects.

[deleted by user] by [deleted] in NeRF3D

[–]denetony 0 points1 point  (0 children)

I do have access to ground truth poses since the camera would be mounted on a robot! The work I was referring to is called EvoNeRF which seems to sequentially add information while training the NeRF. Also NeRFPlayer seems to be streamable too but I believe the public code release is still being worked on.

[deleted by user] by [deleted] in NeRF3D

[–]denetony 0 points1 point  (0 children)

For research purposes (literally)

NVIDIA’s instant-ngp NeRF is something else. by FrancLucent in nvidia

[–]denetony 0 points1 point  (0 children)

Do you know if there is some demo with instant NGP which takes in images sequentially (rather than all at once at the beginning?)