Prashant Saikia

Results 13 issues of Prashant Saikia

I installed all the packages and dependencies with `sudo npm install -g nodemon`. Then when I want to run the project with `node script.js`, this is what I get: ```...

I get the following error when trying to run `run.py`: ``` Downloading https://drive.google.com/uc?id=1MEGjdvVpUsu1jB4zrXZN7Y4kBBOzizDQ ............ failed Traceback (most recent call last): File "run.py", line 132, in run_single_image(perc_param) File "run.py", line 77,...

The full error is: ``` ImportError Traceback (most recent call last) in 6 7 import numpy as np ----> 8 from tf_pose import common 9 from tf_pose.estimator import TfPoseEstimator 10...