fabiozappo / SkeletonGroupActivityRecognition

Learning Group Activities from Skeletons without Individual Action Labels
Apache License 2.0
21 stars 4 forks source link

Extract skeletons - #3

Closed daniel-richter closed 3 years ago

daniel-richter commented 3 years ago

Is it normal to get a Python error: deallocating None every now and then during the execution of extract_skeletons.py? The script continues where it left off after a restart, so it doesn't seem to be that bad.

root@ae3e418d80ce:/work/sk-gar# python3 extract_skeletons.py --no_display --save_skeletons
Starting OpenPose Python Wrapper...
Auto-detecting all available GPUs... Detected 8 GPU(s), using 8 of them starting at GPU 0.
 94%|#################################################################7    | 529320/563270 [47:03<15:07, 37.40it/s]Fatal Python error: deallocating None

Thread 0x00007f364dfff700 (most recent call first):
  File "/usr/lib/python3.6/threading.py", line 299 in wait
  File "/usr/lib/python3.6/threading.py", line 551 in wait
  File "/usr/local/lib/python3.6/dist-packages/tqdm/_monitor.py", line 60 in run
  File "/usr/lib/python3.6/threading.py", line 916 in _bootstrap_inner
  File "/usr/lib/python3.6/threading.py", line 884 in _bootstrap

Current thread 0x00007f39557ba740 (most recent call first):
  File "extract_skeletons.py", line 51 in <module>
Aborted (core dumped)
fabiozappo commented 3 years ago

Oh that's sound very weird, I don't have such a problem. According to this issue is a common problem in pyopenpose. Which version of multidict module are you using?