NVlabs / PoseCNN-PyTorch

PyTorch implementation of the PoseCNN framework
Other
195 stars 49 forks source link

setup.py install gets error: IndexError: list index out of range #26

Open IanCheng18 opened 2 years ago

IanCheng18 commented 2 years ago

I am trying to run demo.sh using google colab. My system setup is as following:

Pytorch version:  1.11.0+cu113
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2020 NVIDIA Corporation
Built on Mon_Oct_12_20:09:46_PDT_2020
Cuda compilation tools, release 11.1, V11.1.105
Build cuda_11.1.TC455_06.29190527_0
gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
Copyright (C) 2017 Free Software Foundation, Inc.

While I am trying to run

%cd /content/PoseCNN-PyTorch/lib/layers
!python setup.py install

I got error as IndexError: list index out of range

Am I using incorrect version of required software? Where did the error came from and how to solve it?

YorkWang-Go commented 1 year ago

I met the same problem, have you solved it?