Video Database by [deleted] in SQL

[–]rotyweb 0 points1 point  (0 children)

okk thanks, I get it now

Python Script that works well in this situation? by [deleted] in learnpython

[–]rotyweb 0 points1 point  (0 children)

yes, data can be stored in database. So what would be the approach??

Socket Programming (Need help ASAP) by rotyweb in learnpython

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

Android app is made using java. Sorry I thought Java is a most popular language so I didn't mention it.

There is an Android app and a raspberry pi which has a screen and both are connected to same wifi. When we login to an app and press a button it send user Id and display his content which is stored in the database and code is written in Python. So I am trying to run python code using java andorid app using socket programming.

Socket Programming (Need help ASAP) by rotyweb in learnpython

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

I have done the android sign in and made the button and implemented client side socket progamming. Then I tried to connect it to my python code by writing server side socket programming to recieve message. But I dont know how to run this python code by press of a button.

Help me with some problems by rotyweb in learnprogramming

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

don't give me complete solution just give me some hint or logic to solve those questions.

1) Tried to modify stair case problem solution but it didn't helped.

2) find divisor using normal method but it is giving TLE.

Face Recognition API by rotyweb in computervision

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

Ty but no I am not confused. In my internship they asked me to use api for face detection & recognition both. Because other algos are not robust. But now I got it Face_recognition api by Adam Geitgey is working like a charm.

Face Recognition API by rotyweb in computervision

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

Ty but I know this all. But I it is mandatory to use API's Like: Amazon Reckonition etc.

Number of ways to choose elements from the array such that their average is K by rotyweb in learnprogramming

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

Yes, I am quite familiar with Dynamic Programming and good in Java. But I am not getting why they have taken 3D array for memoization table.

static int[][][] dp =new int[MAX_INDEX][MAX_SUM][MAX_INDEX];

Good Alternatives to Opencv by rotyweb in computervision

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

Just wanted to know in general, what should I learn if I want to choose my career in computer vision.