Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Fixes: #1689
|
|
|
|
|
|
tracker/nn: Add new models
Co-Authored-By: Stanislaw Halik <sthalik@misaki.pl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
改进可读性
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Formatting corrections and minor revisions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
exporting an EVN-Variable OTR_OSX_ARCH=arm64
I build with after cloning the repo
cd opentrack
export OTR_OSX_ARCH=arm64 ; cmake --toolchain ./cmake/apple.cmake -S . -B build
cd build
make install
|