Large-Scale-VRD.pytorch
Large-Scale-VRD.pytorch copied to clipboard
Error in sh make.sh Command
Hi,
While trying to run the following command sh make.sh I'm getting errors. Attaching the errors for your reference.
: not found make.sh:
: not found make.sh:
/home/abc/def/venv/lib/python3.7/site-packages/setuptools/distutils_patch.py:26: UserWarning: Distutils was imported before Setuptools. This usage is discouraged and may exhibit undesirable behaviors or errors. Please use Setuptools' objects directly or at least import Setuptools first.
"Distutils was imported before Setuptools. This usage is discouraged "
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
not recognized-inplace
: not found make.sh:
: not found: make.sh:
make.sh: 18: cd: can't cd to model/nms/src
Compiling nms kernels by nvcc...
make.sh: 20: make.sh: nvcc: not found
make.sh: 21: make.sh: -D: not found
: not found: make.sh:
make.sh: 23: cd: can't cd to ../
': [Errno 2] No such file or directory
: not found: make.sh:
make.sh: 27: cd: can't cd to ../../
make.sh: 28: cd: can't cd to model/roi_pooling/src
Compiling roi pooling kernels by nvcc...
make.sh: 30: make.sh: nvcc: not found
make.sh: 31: make.sh: -D: not found
make.sh: 32: cd: can't cd to ../
': [Errno 2] No such file or directory
: not found: make.sh:
: not found: make.sh:
make.sh: 45: cd: can't cd to ../../
make.sh: 46: cd: can't cd to model/roi_crop/src
Compiling roi crop kernels by nvcc...
make.sh: 48: make.sh: nvcc: not found
make.sh: 49: make.sh: -D: not found
make.sh: 50: cd: can't cd to ../
': [Errno 2] No such file or directory
: not found: make.sh:
make.sh: 54: cd: can't cd to ../../
make.sh: 55: cd: can't cd to modeling/roi_xfrom/roi_align/src
Compiling roi align kernels by nvcc...
make.sh: 57: make.sh: nvcc: not found
make.sh: 58: make.sh: -D: not found
make.sh: 59: cd: can't cd to ../
': [Errno 2] No such file or directory
I've been able to get rid of this errors but i get lib/model/roi_pooling/_ext/roi_pooling/_roi_pooling.so: undefined symbol: __cudaRegisterFatBinaryEnd now.