Description Usage Arguments Details
Update YOLO
1 | yolo_update(yolo.inst)
|
yolo.inst |
directory of YOLO installation. |
since YOLO is under active development this function wraps the update procedure (1-2) and test it.
1. 'git pull'
2. 'make'
during installation 'Makefile' will be opened, to fine tune the installation, e.g. turning on multithreading or GPU processing.
after successfull update 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.