RNNPose icon indicating copy to clipboard operation
RNNPose copied to clipboard

eval.sh freezing and not doing anything

Open francescosarno opened this issue 2 years ago • 1 comments

I have a problem running bash scripts/eval.sh :

The terminal is frozen and I cannot see what is going on. I tried using pdb in order to put breakpoints, but this rises errors with torch.multiprocessing. Did anyone have the same problem?

francescosarno avatar May 04 '23 09:05 francescosarno

Did you work in the provided docker environment? You can bypass the torch.multiprocessing by modifying our training code. Or just directly cal the function eval() could also works. https://github.com/DecaYale/RNNPose/blob/main/tools/eval.py#:~:text=def%20eval-,(,-config_path%2C I hope this could be helpful for debugging. Thanks.

DecaYale avatar May 06 '23 08:05 DecaYale