Repository for GEMSTONE team Hive Mind
This is me modifying the README so that it shows up as a change :P :P :P
Repository for GEMSTONE team Hive Mind
This is me modifying the README so that it shows up as a change :P
Repository for GEMSTONE team Hive Mind
This is me modifying the README so that it shows up as a change :P
-
Download DV: Go to this link, download https://inivation.gitlab.io/dv/dv-docs/docs/getting-started.html
-
Next, setup DV with these commands:
brew tap inivation/inivation
brew install libcaer --with-libserialport --with-opencv
brew install dv-runtime
- Then, checkout to the cpp_live_tracking branch and go to from_prof_horiuchi/build directory.
git checkout cpp_live_tracking
cd from_prof_horiuchi
cd build
- Run
cmake ..
cmake —-build .
- You should see a .exe file that was created
- In your terminal download DV Python library by running
pip3 install dv
- Then download open-cv library by running
pip3 install opencv-python
- In Hivemind directory terminal, run
Pyhton3 <filename>
=======
- The recommended toolchain is the standard toolchain provided by Apple with XCode. To install this, run:
xcode-select --install
- We also require cmake to build applications. The easiest way to install cmake is via Homebrew. Run:
brew install cmake
-
Download DV: Go to this link, download https://inivation.gitlab.io/dv/dv-docs/docs/getting-started.html
-
Next, setup DV with these commands:
brew tap inivation/inivation
brew install libcaer --with-libserialport --with-opencv
brew install dv-runtime
- Then, checkout to the cpp_live_tracking branch and go to from_prof_horiuchi/build directory.
git checkout cpp_live_tracking
cd from_prof_horiuchi
cd build
- Run
cmake ..
cmake —-build .
- You should see a .exe file that was created
- In your terminal download DV Python library by running
pip3 install dv
- Then download open-cv library by running
pip3 install opencv-python
- In Hivemind directory terminal, run
Pyhton3 <filename>