Ask Your Question
0

Guidline in building Object detection and its direction.

asked 2019-10-16 07:31:23 -0600

I am trying to build object detection and its direction ,The shape of Object can be anything. For example let say i am showing the water bottle or chocolate or any object in front of webcam and i want to detect the direction of object in which i am moving my object. So i need the guidline where to start and what to study for that i am new in opencv . I know python.

edit retag flag offensive close merge delete

Comments

and i want to detect the direction of object in which i am moving my object

that's also called "tracking".

berak gravatar imageberak ( 2019-10-16 08:27:26 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2019-10-16 13:02:42 -0600

eyshi gravatar image

It looks more like a tracking question, you can check this link to learn more about it : https://www.learnopencv.com/object-tr...

for detection only in different frames, would be a deep learning problem specifically, where you can use different models. Since Opencv is also able to use some models specifically YOLO, so you can check this link https://www.pyimagesearch.com/2018/11... to learn more about it.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-10-16 07:31:23 -0600

Seen: 847 times

Last updated: Oct 16 '19