Soulempty / R-CenterNet

detector for rotated-objections based on CenterNet/基于CenterNet的旋转目标检测

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R-CenterNet(中文)

基于CenterNet的旋转目标检测

demo

  • R-DLADCN(推荐)
    • image
  • R-ResDCN(主干网用的ResNet而不是DLA)
    • image
  • R-DLANet(如果你不会编译DCN,就使用这个没有编译DCN的主干网)
    • image
  • DLADCN.jpg
    • image

notes

  • 我对CenterNet原版代码 进行了重构,使代码看起来更加简洁。
  • 如何编译DCN以及环境需求, 与CenterNet 原版保持一致。
  • 关于数据处理与更多细节, 可以参考 here

Related projects

R-CenterNet(English)

detector for rotated-objections based on CenterNet/基于CenterNet的旋转目标检测

demo

  • R-DLADCN(this code)
    • image
  • R-ResDCN(just replace cnn in resnet with dcn)
    • image
  • R-DLANet(not use dcn if you don't know how to complie dcn)
    • image
  • DLADCN.jpg
    • image

notes

  • I refactored the original code to make codes more concise.
  • How to complie dcn and configure the environment, refer to the original code of CenterNet.
  • For data processing and more details, refer to here

Related projects

About

detector for rotated-objections based on CenterNet/基于CenterNet的旋转目标检测


Languages

Language:Python 100.0%