更新时间:2023-05-05 GMT+08:00
分享

安装

安装内置算法

# 安装ivgPose最新版本
> python manage.py install algorithm ivgPose

# 安装ivgPose==1.0.0
> python manage.py install algorithm ivgPose==1.0.0

# 强制安装最新版本的ivgPose,将覆盖已有的ivgPose目录
> python manage.py install algorithm ivgPose --force

# 升级ivgPose到最新版本,将新建ivgPose_{version}目录
> python manage.py install algorithm ivgPose --upgrade

安装内置数据集

安装最新版本的内置coco2017_sample数据集
> python manage.py install dataset coco2017_sample

强制安装coco2017_sample==1.0.0
> python manage.py install dataset coco2017_sample==1.0.0 --force

安装内置预训练模型

# 安装预训练模型ivgPose:backbone/resnet50_imagenet_224x224
> python manage.py install model ivgPose:backbone/resnet50_imagenet_224x224

# 强制安装预训练模型ivgPose:backbone/resnet50_imagenet_224x224
> python manage.py install model ivgPose:backbone/resnet50_imagenet_224x224 --force
分享:

    相关文档

    相关产品