Advertisement

[AdelaiDet]配置安装及测试

阅读量:

AdelaiDet

1. 前言

AdelaiDet 是基于 Detectron2 开源的多实例识别工具包。我们小组的所有实例级识别工作均在此开源平台发布。

2. install

为了安装detectron2软件包,请参考install.md文件。请注意目前无法与最新版本兼容。

建议采用Detectron2作为当前版本(as of commit ID 9eb4831)。关于与最新版本(newest version)存在的不兼容性问题(inconsistency),我们承诺将尽快解决。

在issue中查阅问题后,需要一下命令:

复制代码
    git clone https://github.com/facebookresearch/detectron2.git
    cd detectron2
    git checkout -f 9eb4831
    cd ..
    python -m pip install -e detectron2\
    
    
    
    ## 2021/03/07 更新
    # 如果环境中的原始detectron2被其他文件下的detectron

全部评论 (0)

还没有任何评论哟~