1 | yolo_install(yolo.inst)
|
yolo.inst |
directory for installation. Will be created |
this function wrapped the install procedure (1-3) while renaming the directory from 'darknet' to 'basename(yolo.inst)' and additional run a test to check whether installation succeeded.
1. 'git clone https://github.com/pjreddie/darknet'
2. 'cd darknet'
3. 'make'
during installation 'Makefile' will be opened, to finetune the installation, eg. multithreading (OPENMP=1) or GPU processing (GPU=1), off by default..
after successfull installation it will place 'yolo.inst' in 'paste0(system.file(package = "wuepix"), "/exec/yolo_inst.txt")'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.