-
Notifications
You must be signed in to change notification settings - Fork 40
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
OpenCV Cuda enabled? #3
Comments
Hi @berkantay, |
Hello @Boinet thanks for the information, |
A.4.2 Packages requirements Cuda 9.0 First Cuda must be installed. The version used in this project is Cuda 9.0. OpenCV 3.4.1 After Cuda is installed, OpenCV must be installed with Cuda. This can be a tricky process but if you follow the instruction it should be alright. The version of OpenCV used in this project was OpenCV 3.4.1 with its contributions. Here are a few tutorials explaining the installation process. Caffe 1.0.0 Caffe must be built from scratch on the Jetson, tutorials are available online, here are some of them that could be used. Pytorch 1.0.0 Pytorch can be installed using the following instructions. Other pip packages All other required packages are defined in the ”requirement.txt” file, available on the github. They can all be installed using the command $ pip install. |
There is no requirement.txt file in your repository and also pretrained goturn caffemodel link is broken. |
@Boinet @berkantay is right. there is no requirements.txt file. Can you please upload information about the python version and all other packages for the project? |
I wonder one think about opencv. Does this project uses built-in opencv that comes with jetpack or did you guys build from scratch.
cheers
The text was updated successfully, but these errors were encountered: