Live data from Hacker News

3-D Depth Reconstruction from a Single Still Image (2007) [pdf]

cs.cornell.edu

1–10 of 30 posts

Re: 3-D Depth Reconstruction from a Single Still Image (2007) [pdf]

#7
post #5

Video is a nice watch, especially as this is from 2007, so the state of the art should be even better. https://www.youtube.com/watch?v=UZ7_ED9g4FY

Google Tango (https://www.google.com/atap/project-tango/) is able to do pretty impressive 3d reconstruction from what I hear. However it has a number of cameras, whilst linked technique can work with just one image (with enough training).

Re: 3-D Depth Reconstruction from a Single Still Image (2007) [pdf]

#8
post #6

I wish these groups would make their code available so others could play with it and test it out. Some do, but I wish more did. I would be curious to see the performance of this 3d depth reconstruction technique for non-rigid environments.

I love open source, but there is a very good reason why academics generally don't release their code.

They are scientists: they are best at testing, explaining, and documenting nature.

Code is an engineer's job: making it as fast and robust as possible for the given application or with the latest tools.

They want to make you work for it :)

Re: 3-D Depth Reconstruction from a Single Still Image (2007) [pdf]

#9
post #6

I wish these groups would make their code available so others could play with it and test it out. Some do, but I wish more did. I would be curious to see the performance of this 3d depth reconstruction technique for non-rigid environments.

Yeah! Having spent much of the last year plowing through computer vision papers, it's pretty rare to encounter published code or even datasets.

Why is this? Do people spend all their time polishing prose and neglecting the code? Or maybe they keep it closed for commercial intentions? Or is it just a cultural thing in all of academia?

Re: 3-D Depth Reconstruction from a Single Still Image (2007) [pdf]

#10
post #9
post #6

I wish these groups would make their code available so others could play with it and test it out. Some do, but I wish more did. I would be curious to see the performance of this 3d depth reconstruction technique for non-rigid environments.

Yeah! Having spent much of the last year plowing through computer vision papers, it's pretty rare to encounter published code or even datasets. Why is this? Do people spend all their time polishing prose and neglecting the code? Or maybe they keep it closed for commercial intentions? Or is it just a cultural thing in all of academia?

Science = Nature.

Code = Applying Nature.

Post reply on HN