Skip to content

Commit

Permalink
fix download.sh and add 2080 Ti test
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtleZhong committed Sep 3, 2020
1 parent 49cfb63 commit fadb970
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

![demo](data/hfnet-1660s-demo.gif)

## **9ms in GeForce GTX 2080 Ti**

## **15-20ms in GeForce GTX 1660s 6G**

Since the origin HF-NET based on Python3, May be it is a little difficult integrate the code with your Cpp projects(some SLAM system). To run the `hfnet_ros` package, you need install the tensorflow from the source. For convience, you can using the docker image here to run this package.
Expand Down
4 changes: 2 additions & 2 deletions model/download.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/sh
echo "Download hfnet model..."
#wget http://robotics.ethz.ch/~asl-datasets/2019_CVPR_hierarchical_localization/hfnet_tf.tar.gz
wget http://robotics.ethz.ch/~asl-datasets/2019_CVPR_hierarchical_localization/hfnet_tf.tar.gz
echo "Download suscess! start extract..."
tar -xavf hfnet_tf.tar.gz

rm -rf hfnet
rm *.gz

echo "Done!"
echo "Done!"

0 comments on commit fadb970

Please sign in to comment.