Skip to content

Pytorch implementation of PersonEnvironmentNet (PEN), CVPR 2024

Notifications You must be signed in to change notification settings

ziweizhao1993/PEN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PEN

Pytorch implementation of PersonEnvironmentNet (PEN), CVPR 2024
PEN.py: Official implementation of PersonEnvironmentNet
TF2023train.py: Official training split
TF2023eval.py: Official testing split

Annotation formats:

Example:["10", "00001.jpg", "T", "1", "2351"]
"10" - Scene number 10
"00001.jpg" - Frame number
"T" - Name of the third-person camera
"1" - Name of the first-person camera
"2351" - IDs of all people in this frame

TODO: Add download link for TF2023 Temporary download link

About

Pytorch implementation of PersonEnvironmentNet (PEN), CVPR 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages