Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-29T07:05:40.000Z (7 months ago)
- Last Synced: 2024-06-30T10:32:23.927Z (6 months ago)
- Topics: deep-learning, docker, docker-compose, dockerfile, image-matching, mit-license, pose-estimation, transformers
- Language: Python
- Homepage:
- Size: 952 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```