Assaf Ge

Results 4 comments of Assaf Ge

failed on my machine (10.14.4): $ sudo conda install -c conda-forge pydensecrf ... ... The following packages will be DOWNGRADED: python 3.7.3-h359304d_0 --> 3.6.8-haf84260_0 Proceed ([y]/n)? y Preparing transaction: done...

conda didn't worked for me either, pip did the job: `pip install torch==1.7.1+cu110 torchvision==0.8.2+cu110 -f https://download.pytorch.org/whl/torch_stable.html` and then follow Alphapose installation instructions.

try to update node version (I'm using latest v14) and clear cache: `npm cache clean --force` `rm -rf node_modules package-lock.json` and then : `npm install`

I think i have the solution for this, and I've tried to push a feature branch and got the following error: `remote: Permission to rnag/dataclass-wizard.git denied to assafge. fatal: unable...