brjathu / PHALP

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

"glGetError" while running the demo #7

Closed gmindflow closed 2 years ago

gmindflow commented 2 years ago

While running the demo code as given, "python3 demo_online.py --youtube_link xEH_5T9jMVU --start_frame 1250 --end_frame 1400",

I am having a error on glGetError saying, "AttributeError: 'NoneType' object has no attribute 'glGetError'". Did anyone else had this error and was able to solve it?

brjathu commented 2 years ago

Hi, someone else are reported this issue here. Can you replace _ErrorChecker( _p, _p.GL.glGetError) function with None. It worked on our end. Thanks.