Skip to content

Vehicle-Hacks/ETS-Driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ETS-Driver

Installation

Create a venv for python and activate: 'python3 -m venv ./torch-cv2' 'source ./torch-cv2/bin/activate'

Install dependencies:

OpenCV cv2: 'pip3 install opencv-contrib-python'

Pytorch with CUDA support: 'pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118'

Matplotlib and tkinter for GUI backend: 'sudo apt-get install python3-tk' 'pip3 install matplotlib'

Pytorch image models 'pip3 install timm'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages