Skip to content

Multi-object tracking with YOLOv8, but it remembers and recognizes previously tracked objects

Notifications You must be signed in to change notification settings

BigRedDoge/MemTrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Object Tracking with Memory

Multi-object tracking with YOLOv8, but it memorizes previously tracked objects and recognizes them. Each detected object's embedding is computed and then stored as a hash. It uses Locality Sensitive Hashing (LSH) for approximate nearest neighbor search of hashes. Similar objects are stored in the same "buckets".

LSH

About

Multi-object tracking with YOLOv8, but it remembers and recognizes previously tracked objects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages