Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```