AmrutaAnalytics
AmrutaAnalytics
I am trying to implement hyperpose on google colab, I have successfully installed python libraries mentioned [here](https://hyperpose.readthedocs.io/en/latest/markdown/install/training.html). I want to run a demo on video using python. I have also...
Getting RuntimeError: Cannot re-initialize CUDA in forked subprocess. To use CUDA with multiprocessing, you must use the 'spawn' start method. working with colab. Here pytorch version is 1.7.0 
Trying to run pure inference part, Downgraded pytorch version to 1.5 (torch==1.5.0+cu101 torchvision==0.6.0+cu101), then Set CUDA_VISIBLE_DEVICES=0 python demo.py $EXPNAME --checkepoch 180 --img_root "path to image " , but getting following...