https://github.com/toshikinakamura0412/docker_hloc
Docker image for hloc
https://github.com/toshikinakamura0412/docker_hloc
deep-learning docker docker-compose dockerfile mit-license structure-from-motion transformer visual-localization
Last synced: 30 days ago
JSON representation
Docker image for hloc
- Host: GitHub
- URL: https://github.com/toshikinakamura0412/docker_hloc
- Owner: ToshikiNakamura0412
- License: mit
- Created: 2024-07-09T07:22:04.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T07:50:02.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T16:45:41.549Z (over 1 year ago)
- Topics: deep-learning, docker, docker-compose, dockerfile, mit-license, structure-from-motion, transformer, visual-localization
- Language: Python
- Homepage:
- Size: 302 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker_hloc
[](https://opensource.org/licenses/MIT)
Docker image for [hloc](https://github.com/cvg/Hierarchical-Localization)
## Installation
```bash
git clone --recursive https://github.com/ToshikiNakamura0412/docker_hloc.git ~/docker_hloc
cd ~/docker_hloc
docker compose build
```
## Usage
### Start
```bash
docker compose up -d
```
### Demo
Execute the following command in the container with **VSCode**
```bash
python3 ~/ws/demo.py
```
### Stop
```bash
docker compose down
```