Re: [Tutor] Question for tutoring page

2019-03-16 Thread Albert-Jan Roskam
On 13 Mar 2019 18:14, Alan Gauld via Tutor wrote: On 11/03/2019 16:10, Diana Katz wrote: > What is the best way to ..program using python - that could recognize > a 3D object and then rank drawings of the object as to which are more > accurate. ===>> check this out: https://pytorch.org/tutor

Re: [Tutor] Question for tutoring page

2019-03-13 Thread Abdur-Rahmaan Janhangeer
I'll outline what you need those types of recognition are done by machine learning, just some maths using computation. You normally give your program some images to train. Instead of letting the program to figure out by itself, you give it some realistic drawings, the best of the bunch and a pic

Re: [Tutor] Question for tutoring page

2019-03-13 Thread Alan Gauld via Tutor
On 11/03/2019 16:10, Diana Katz wrote: > What is the best way to ..program using python - that could recognize > a 3D object and then rank drawings of the object as to which are more > accurate. I notice nobody has responded so I thought I'd let you know your mail was received. Unfortunately w

[Tutor] Question for tutoring page

2019-03-11 Thread Diana Katz
Hi, What is the best way to create an artificial intelligence program using python - that could recognize a 3D object and then rank drawings of the object as to which are more accurate. It was suggested to us to use raspberry pi and python and perhaps tweak existing apps. Any help as to how to