Skip to content

Commit

Permalink
update: mmdetection
Browse files Browse the repository at this point in the history
  • Loading branch information
ming71 committed Sep 21, 2019
1 parent d9d0315 commit 7e1c17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch08_目标检测/第八章_目标检测.md
Original file line number Diff line number Diff line change
Expand Up @@ -1411,7 +1411,7 @@ Anno-Mage:一个利用深度学习模型半自动图像标注工具,预训



## 8.8 目标检测工具和框架
## 8.8 目标检测工具和框架(贡献者:北京理工大学--明奇)
各种不同的算法虽然部分官方会有公布代码,或者github上有人复现,但是囿于安装环境不一,实现的框架(pytorch、C++、Caffee、tensorflow、MXNet等)不同,每次更换算法都需要重新安装环境,并且代码之间的迁移性差,十分不方便。所以为了方便将不同的算法统一在一个代码库中,不同的大厂都提出了自己的解决方案。如facebook的Detectron、商汤科技的mmdetection、SimpleDet等。其中Detectron最早,所以用户量最大,其次是国内近段时间崛起的mmdetection,下面介绍该目标检测工具箱。


Expand Down

0 comments on commit 7e1c17d

Please sign in to comment.