Skip to content

Commit

Permalink
add binary voc conversion to build_support.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
YipuZhao committed Apr 19, 2020
1 parent 086f24d commit 6c329e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build_supports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ echo "Uncompress vocabulary ..."
cd ../ORB_Data
tar -xf ORBvoc.txt.tar.gz

# cd ../gf_orb_slam2
# echo "Converting vocabulary to binary"
# ./tools/bin_vocabulary
cd ../gf_orb_slam2
echo "Converting vocabulary to binary"
./tools/bin_vocabulary

0 comments on commit 6c329e0

Please sign in to comment.