KO
|
EN
gitlite โ search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
dbow_relocalization
โ 9
Open GitHub โ
use dbow to relocalization
Download README (.md)
Explore Similar Repositories
simplesamlphp-module-metarefresh
:
The metarefresh module will download and parse metadata documents and store them locally
pyspark-utilities
:
ETL utilities library for PySpark
globber
:
Extended glob library for rust
fs22-AnimalHelperMod
:
Farming Simulator Mod for hiring helpers to tend to your animals
Spring-official-reference
:
๐ [่ฏ] Spring ๅฎๆนๆๆกฃ
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
dbow_relocalization
?
Download (.md)
# voc-demo mkdir build cd build cmake ../ build ## install dbow2 cd dbow2 mkdir build && build cmake ../ make ## opencv not found ### install opencv * down load opencv from source https://github.com/opencv/opencv/releases * install dependence sudo apt-get install build-essential sudo apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev sudo apt-get install python-dev python-numpy libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libjasper-dev libdc1394-22-dev * build opencv cd ~/opencv- mkdir build && cd build cmake -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=/usr/local .. make -j7 sudo make install