Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Branch Mono on Google Colab #62

Open
ianw4tm opened this issue Nov 26, 2019 · 2 comments
Open

Branch Mono on Google Colab #62

ianw4tm opened this issue Nov 26, 2019 · 2 comments

Comments

@ianw4tm
Copy link

ianw4tm commented Nov 26, 2019

I ran the Branch 1.0 using Google Colab successfully.
Unfortunately, I have problems with the Branches Mono & Master when using Colab.

The problem happens when I try to run this line: "sh make.sh" which appears on the step 0.2. Build
For the branch 1.0 instead of using that last line, I used this other one: "python setup.py build develop" and everything worked fine.
Does anyone know if there's a problem using the "sh" command on Google Colab? Any advice?

This is the error:

/content/stereo_rcnn/lib
running build_ext
skipping 'model/utils/bbox.c' Cython extension (up-to-date)
Compiling nms kernels by nvcc...
Traceback (most recent call last):
File "build.py", line 3, in
import torch
File "/usr/local/lib/python3.6/site-packages/torch/init.py", line 56, in
from torch._C import *
ImportError: libcudart.so.8.0: cannot open shared object file: No such file or directory
Compiling roi align kernels by nvcc...
Traceback (most recent call last):
File "build.py", line 2, in
import torch
File "/usr/local/lib/python3.6/site-packages/torch/init.py", line 56, in
from torch._C import *
ImportError: libcudart.so.8.0: cannot open shared object file: No such file or directory
/content/stereo_rcnn

Thanks in advance.

@ahmedyahia1060
Copy link

can you tell me how to use google colab with this code

@wyq-cqupt
Copy link

你能告诉我如何在这段代码中使用 google colab
截屏2021-11-03 19 33 36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants