AmrutaAnalytics

Results 3 issues of 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 ![error2](https://user-images.githubusercontent.com/75294665/103067583-41460c80-45e1-11eb-9002-fe5a2a26e57f.PNG)

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...