Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-09T07:50:02.000Z (6 months ago)
- Last Synced: 2024-07-09T10:13:26.275Z (6 months 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
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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
```