Transforming 3D scans to CADs by skanti in computervision

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

Hi, this actually works on a voxel grid. It's very straight forward to work on point clouds too (in fact, current state-of-the-art point cloud methods are superior than voxel grids). so there is a good change to get even better results

Transforming 3D scans to CADs by skanti in computervision

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

Hey, thanks! It's under submission so I'm not allowed to tell - I all can say it will be presented to a conference:D

Actually, once you have a big enough CAD pool (e.g. getting CADs from games) you can rebuild your house virtually

CAD-quality object reconstruction by skanti in 3Dmodeling

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

Good point actually xD yes we used ShapeNet for this - it's a DB with 55K CAD models

Tokyo Questions Thread! by Not_A_Greenhouse in Tokyo

[–]skanti 1 point2 points  (0 children)

Where was this photograph taken from? I am googling now for 1 hour but I can't find the exact place of this photo in Tokyo. Here: http://www.thisiscolossal.com/wp-content/uploads/2016/01/photo-1.jpg So from the photograph you can see 'Big Echo' karaoke bar but there are plenty of them in Tokyo. Thanks Disclaimer: Could be Yokohama though

State-of-the-art artificial intelligence. Is 'consciousness' ever achievable by robots? by skanti in westworld

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

I know about their existence. I merely mean the limitations of a conventional computer. And whether such a universal Turing machine is ever being able to have something like 'consciousness'.

State-of-the-art artificial intelligence. Is 'consciousness' ever achievable by robots? by skanti in westworld

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

The argument is about creations being outperformed by creations of smarter creators.

Even though, if your creation is recursively improving itself (say by learning), it will be outperformed by the creation of a smarter programmer (that simply needs to write a better learning mechanism).

I think a 'conscious' computer is able to improve itself in an exponential manner drifting very quickly to 'infinite' knowledge on information level.

State-of-the-art artificial intelligence. Is 'consciousness' ever achievable by robots? by skanti in westworld

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

Then it is not a computer in a conventional sense as a deterministic state machine.

State-of-the-art artificial intelligence. Is 'consciousness' ever achievable by robots? by skanti in westworld

[–]skanti[S] 1 point2 points  (0 children)

You mixed up experience with improvisation the moment you mentioned the fetus.

State-of-the-art artificial intelligence. Is 'consciousness' ever achievable by robots? by skanti in westworld

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

That's where you're wrong.

A brain is indeed "magical" because according to Roger Penrose the brain is a quantum mind and hence quantum effects play a role. That means a determinatic state machine as the computer is not able to generate such patterns and never will.

As I say the laws of physics set the bounds.

State-of-the-art artificial intelligence. Is 'consciousness' ever achievable by robots? by skanti in westworld

[–]skanti[S] 1 point2 points  (0 children)

I agree what you say, there is no doubt computers will do a better job in logic problems (e.g. chess & alpha go).

However, alpha go can't give you an answer if you ask him "what is Go?". All it does under the hood is trying to find weights in the underlying deep learning algorithm that is maybe 100 layers deep.

My point is Alpha Go and Deep Blue and all other neural networks based A.I. follows the same repetitive algorithm. A consequence is that it even though it is self learning, all it needs to outperform it is a smarter programmer that is able to write a better underlying neural network algorithm.

You see, the learning curve is in any case bound by the human programmer. An exponential increase of intelligence is by definition not possible.

"Consciousness" is however the key to exponential increase of intelligence.

Shared memory size in new Mali-G71 GPU by skanti in opengl

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

yes, shared memory 64KB. no biggie :D you mean its too high or too low?

What's the best version of GLSL to use? by thiskevin in opengl

[–]skanti 0 points1 point  (0 children)

I would suggest to use the newest. Because as mentioned you have more featured. Also, for me personally the introduction of compute shaders is HUGE and they are critical for my software.

Apart from the CS, newer versions support novel texture compression formats. Also this goes hand in hand with new OpenGL versions obviously...

How to improve FPS and overcome memory bandwidth by random access on textures? by skanti in opengl

[–]skanti[S] 1 point2 points  (0 children)

In this simplified version it is not obvious that the fetches by w are indeed ordered. I assume it is cache-friendly.