Skip to content

Installation from sources MacOS

RomanN91 edited this page May 12, 2019 · 3 revisions

Note: Although it is possible to build the mark-up tool for MacOS - installing dependencies is not so well tested as for Linux installation.

  • Install building dependencies
brew install cmake git python3
  • Install app dependencies
pip3 install torchvision torch numba filterpy opencv-python
brew install boost opencv qt5
  • Build app
git clone https://github.com/stasysp/markup_tool
cd markup_tool
mkdir build
cd build
cmake ..
make
  • Download weights
wget https://pjreddie.com/media/files/yolov3.weights -O data/models/yolo3/yolov3.weights
  • From ../build/ run app
./markup_tool

Install from Sources

Clone this wiki locally