Faster RCNN for TensorFlow

后端 未结 1 1673
鱼传尺愫
鱼传尺愫 2020-12-23 16:36

Has anyone implement the FRCNN for TensorFlow version? I found some related repos as following:

  1. Implement roi pool layer
  2. Implement fast RCNN based on
相关标签:
1条回答
  • 2020-12-23 16:52

    Tensorflow has just released an official Object Detection API here, that can be used for instance with their various slim models.

    This API contains implementation of various Pipelines for Object Detection, including popular Faster RCNN, with their pre-trained models as well.

    0 讨论(0)
提交回复
热议问题