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
- Host: GitHub
- URL: https://github.com/toshikinakamura0412/docker_lightglue
- Owner: ToshikiNakamura0412
- License: mit
- Created: 2024-06-28T17:57:54.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-01T07:58:14.000Z (about 2 years ago)
- Last Synced: 2025-09-13T15:13:01.165Z (10 months ago)
- Topics: deep-learning, docker, docker-compose, dockerfile, image-matching, mit-license, pose-estimation, transformers
- Language: Python
- Homepage:
- Size: 953 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker_lightglue
[](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
```