https://github.com/tatsuya-fukuoka/docker-image
Dockerイメージのリポジトリを整理
https://github.com/tatsuya-fukuoka/docker-image
detr docker docker-image yolo
Last synced: about 2 months ago
JSON representation
Dockerイメージのリポジトリを整理
- Host: GitHub
- URL: https://github.com/tatsuya-fukuoka/docker-image
- Owner: tatsuya-fukuoka
- Created: 2024-11-26T11:45:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T11:33:33.000Z (11 months ago)
- Last Synced: 2025-01-26T16:44:40.593Z (9 months ago)
- Topics: detr, docker, docker-image, yolo
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockerイメージの整理
# YOLOX
## Train, Infernce: x86-64
### cuda12.2-ubuntu22.04
```bash
docker pull fuukeidaisuki/yolox:cuda12.2-ubuntu22.04
```
### cuda11.8-ubuntu22.04
```bash
docker pull fuukeidaisuki/yolox:cuda11.8-ubuntu22.04
```## Infernce: Jetson Orin
### l4t-jetpack-r36.2.0
```bash
docker pull fuukeidaisuki/yolox:l4t-jetpack-r36.2.0
```# YOLO-NAS
## Train, Infernce: x86-64
### cuda11.8-ubuntu22.04
```bash
docker pull fuukeidaisuki/yolo-nas:cuda11.8-ubuntu22.04
```
## Infernce: Jetson Orin
### l4t-jetpack-r35.4.1
```bash
docker pull fuukeidaisuki/yolo-nas:l4t-jetpack-r35.4.1
```
### l4t-jetpack-r36.2.0
```bash
docker pull fuukeidaisuki/yolo-nas:l4t-jetpack-r36.2.0
```
# RT-DETRv2
## Train, Infernce: x86-64
### cuda12.2-ubuntu22.04
```bash
docker pull fuukeidaisuki/rt-detrv2:cuda12.2-ubuntu22.04
```
## Infernce: Jetson Orin
coming soon...# D-FINE
## Train, Infernce: x86-64
### cuda12.5-ubuntu22.04
```bash
docker pull fuukeidaisuki/d-fine:cuda12.5-ubuntu22.04
```
### cuda12.3-ubuntu22.04
```bash
docker pull fuukeidaisuki/d-fine:cuda12.3-ubuntu22.04
```
## Infernce: Jetson Orin
### l4t-jetpack-r35.4.1
```bash
docker pull fuukeidaisuki/d-fine:l4t-jetpack-r35.4.1
```
# MMdetection-YOLOX
## Train, Infernce: x86-64
### cuda11.8-ubuntu22.04
```bash
docker pull fuukeidaisuki/mmdet3.x-yolox:cuda11.8-ubuntu22.04
```
## Infernce: Jetson Orin
### l4t-jetpack-r35.4.1
```bash
docker pull fuukeidaisuki/mmdet3.x-yolox:l4t-jetpack-r35.4.1
```