brjathu / PHALP

Code repository for the paper "Tracking People by Predicting 3D Appearance, Location & Pose". (CVPR 2022 Oral)
Other
259 stars 38 forks source link

KeyError: 'apperance_index' #27

Open vtn98 opened 4 months ago

vtn98 commented 4 months ago

Hi, thank your project I tried to run postprocessor.py, but I'm getting the following error:

for idx, appe_idx in enumerate(smoothed_fasttrack['apperance_index']): KeyError: 'apperance_index'

How can I fix it?