Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/toshikinakamura0412/docker_lightglue

Docker image for LightGlue
https://github.com/toshikinakamura0412/docker_lightglue

deep-learning docker docker-compose dockerfile image-matching mit-license pose-estimation transformers

Last synced: about 2 months ago
JSON representation

Docker image for LightGlue

Awesome Lists containing this project

README

        

# docker_lightglue

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Docker image for [LightGlue](https://github.com/cvg/LightGlue.git)



## Installation
```bash
git clone https://github.com/ToshikiNakamura0412/docker_lightglue.git ~/docker_lightglue
cd ~/docker_lightglue
docker compose build
./download_images.sh
```

## Usage
### Start
```bash
docker compose up -d
```

### Demo (Easy)
```bash
docker compose exec demo python3 demo.py
```

### Demo (Difficult)
```bash
docker compose exec demo python3 demo.py difficult
```

### Stop
```bash
docker compose down
```