AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.63k stars 7.95k forks source link

vehicle re identification #3824

Open PROGRAMMINGENGINEER-NIKI opened 4 years ago

PROGRAMMINGENGINEER-NIKI commented 4 years ago

Hi @AlexeyAB I want to use two cameras. I want to detect the object from the first camera and then when the object is passed from the second camera. I want the YOLO to know this object is the same object. (matches the first object). My analysis is based on captured images. There is no video. both cameras see the same object sequentially (firstly one camera, then the second camera).

My question is what method should I use? should both cameras have approximately the same angle/tilt of view? What would happen if they have a little bit different angle/tilt of view?

AlexeyAB commented 4 years ago

@PROGRAMMINGENGINEER-NIKI Hi,

You should look at the Siamese-Network or Object-Tracking algorithms which are not implemented in the Darknet.