Releases: modelai/ymir-executor-fork
Releases · modelai/ymir-executor-fork
release-2.0.0
2023/01/04: 支持ymir1.3.0-ymir2.0.2
dataset-ymir2.0.0
检测导入数据集
voc格式,源数据集自 pascal voc
类别 dog
可通过 本地导入
导入到ymir平台
分割导入数据集
coco格式, train 100, val 100, 源数据集自paddel下载
类别 foreground
可通过 本地导入
导入到ymir平台。
ymir1.1.0 input output dataset
for ymir-executor image xxx
nvidia-docker run -v in:/in -v out:/out blabla
import dataset
- voc2012_dog_train.zip
- voc2012_dog_val.zip
- import_sample_dataset.zip
- 用来展示如何导入ymir数据
- use to show how to
import dataset
run ymir executor
- sample_docker_input.zip
- 用来展示镜像看到的输入与输出
- use to show the input and output for ymir docker image
- voc_dog_debug_sample.zip
- 用来调试训练镜像,数据集的格式已转为 索引文件 + 图像 + txt的形式
- use to debug training docker image
voc_dog
├── in
│ ├── annotations
│ ├── assets
│ ├── train-index.tsv
│ └── val-index.tsv
└── out
import model weight
- yolov7.tar
- 用来展示模型导入功能
- use to show how to
import model
for yolov7
- ymir-info.yaml
- 用来展示mmdetection-yolox模型导入过程
- use to show how to
import model
for mmetection