adamhrv / cv-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computer Vision Workshop

Setup

The basic steps are:

  • clone project
  • install miniconda
  • create conda or pip environment and install dependencies
  • run demos

Clone Project

Install Miniconda

Create Conda Environemnt

  • open terminal and cd into cv-workshop
conda create -n cv-workshop python=3.7
#conda activate cv-workshop  # to activate environment
conda install nb_conda
conda install -c conda-forge nb_conda_kernels
pip install -r requirements.txt
jupyter notebook

YOLOV5

  • to setup YOLOV5, initialize the submodule git submodule init and then git submodule update

Troubleshooting

  • dlib is only needed for the facial landmarking example. you can skip it if it's difficult to install. Building dlib may take a while. You may need to install or upgrade gcc or cmake. If on MacOS, you may also need to install xcode developer tools first. If issues, check https://github.com/davisking/dlib/
  • conda: if you're using bash or zsh you may need to edit the conda env paths in your ~/.bashrc or ~/.zshrc file

About


Languages

Language:Jupyter Notebook 98.3%Language:Python 1.7%Language:Shell 0.0%