(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

A research on person re-identification task

What is it about?

Person re-identification (ReID) is a crucial task in identifying pedestrians of interest across multiple surveillance camera views. ReID methods in recent years have shown that using global features or part features of the pedestrian is extremely effective, but many models do not have further design models to make more reasonable use of global and part features. This research will take an in-depth examination of the above aspects.

Why is it important?

Compared with pedestrian detection tasks, the research on person re-identification tasks is still immature. Still, scholars have focused on the person re-identification problem as early as 1996. Since the concept of person re-identification was first proposed at CVPR in 2006, related research has been emerging. The person re-identification task is another primary computer vision complex problem after the face recognition task.

Read more on Kudos…
The following have contributed to this page:
Qingwei Tang
' ,"url"));