Skip to content

Toolbox for people detecting, tracking, and re-identifying.

License

Notifications You must be signed in to change notification settings

SihabSahariar/pyppbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to pyppbox !

This repo was reinitiated from version 1.0b9. The complete history is available here 33da563.


🐍📦 pyppbox = Python + People + Toolbox

  • Yes, pyppbox is an open-source Python toolbox which was originally made for the PoseTReID framework.
  • This toolbox features 3 main modules: People Detection module, People Tracking module, and People Re-identifying module. These modules support a bunch of well-known people detectors, trackers, and re-identificators which can be used separately or put together with only a few lines of code.
  • pyppbox also supports real-time online and offline evaluation on PoseTReID datasets.
  • The initial version of pyppbox is also intergrated with GUI for easy demo and config.

⚠️ IMPORTANT NOTICES (Febuary 10, 2023)

⚽ Comparison Results

⚙️ Requirements

🚀 Setup pyppbox

Option 1: Use the prebuilt WHL file here

  • pip install pyppbox-xxx.whl

Option 2: Build your own pyppbox

Quick Test

  • On your terminal or CMD:
python
import pyppbox
pyppbox.launchGUI()

📝 Documentation?

🔗 Citation

@INPROCEEDINGS{ptreid9946587,
  author={Siv, Ratha and Mancas, Matei and Gosselin, Bernard and Valy, Dona and Sreng, Sokchenda},
  booktitle={2022 9th International Conference on Electrical Engineering, Computer Science and Informatics (EECSI)}, 
  title={People Tracking and Re-Identifying in Distributed Contexts: Extension Study of PoseTReID}, 
  year={2022},
  volume={},
  number={},
  pages={337-342},
  doi={10.23919/EECSI56542.2022.9946587}}
  • Original PoseTReID paper:
@INPROCEEDINGS{ptreid9271712,
  author={Siv, Ratha and Mancas, Matei and Sreng, Sokchenda and Chhun, Sophea and Gosselin, Bernard},
  booktitle={2020 12th International Conference on Information Technology and Electrical Engineering (ICITEE)}, 
  title={People Tracking and Re-Identifying in Distributed Contexts: PoseTReID Framework and Dataset}, 
  year={2020},
  pages={323-328},
  doi={10.1109/ICITEE49829.2020.9271712}}

About

Toolbox for people detecting, tracking, and re-identifying.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.3%
  • Batchfile 4.7%