Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiexiong Tang authored May 23, 2019
1 parent 990327a commit 0a9cd03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ cd GCNv2_SLAM
```
Make sure to edit `build.sh` pointing to your local libtorch installation. Edit `run.sh` to check out how to run with GCNv2 or vanilla ORB. Check the `Network.md` for the network structure and [link](https://drive.google.com/file/d/1MJMroL5-tl0b9__-OiCfxFP9K6X8kvTT/view) for trained models.

# Image resolution
The GCNv2 model is currently trained by image with resolution 320x240. This resolution is for achieving the real-time performance on Jetson TX2. It is therefore recommended to use the same resolution for other testing. I currently added a hacky fix to allow the input to be arbitrary size by simply upscaling the keypoint coordinates. It is not ideal, will add model trained with other resolutions later on.

# Demonstration video

[![YouTube video thumbnail](https://i.ytimg.com/vi/pz-gdnR9tAM/hqdefault.jpg)](https://www.youtube.com/watch?v=pz-gdnR9tAM)

0 comments on commit 0a9cd03

Please sign in to comment.