How would you code up a custom rectangle detector?
Perguntas de entrevista de Computer Vision Software Engineer
47 Perguntas de entrevista compartilhadas pelos candidatos | computer vision software engineer
Given a 2D grid consisting of links and vacancies represented by a 2D array and assume you can move from either down (j,k)->(j+1,k) or to the right (j,k)->(j,k+1) unless there is a vacancy
Why does one use MSE as a measure of quality. What is the scientific/mathematical reason for the same?
What is meant by virtual memory? Time complexity of insertion in Linked List vs. Array? Smoothing an image - what filter to use? Salt and pepper noise removal? Memory storage - heap vs stack?
Discuss some of the object detection techniques you have worked upon
I had a take home assignment - which you code up and bring with you to the interview for a panel discussion and presentation. I had to implement a blob detection algorithm.
where are you from dear?
How would you send an encoded message in an image. First encode it, then write code to decode it.
Check whether two words are anagram with each other.
I expressed interest in computer vision and mathematics, so my questions included the following topics: vector/linear algebra, calculus 3 (some basic proofs), computer graphics, geometry/trigonometry, leetcode-style questions, camera systems, buffer streams, ML-related questions (network architectures for a given problem, how to design/formulate an ML problem), and some questions related to my past research in CV.
Exibindo 1 a 10 perguntas de entrevista