Difference between revisions of "SW:R-CNN"
Line 1: | Line 1: | ||
[https://en.wikipedia.org/wiki/Region_Based_Convolutional_Neural_Networks "Region Based Convolutional Neural Networks (R-CNN) are a family of machine learning models for computer vision and specifically object detection."] -- Wikipedia | [https://en.wikipedia.org/wiki/Region_Based_Convolutional_Neural_Networks "Region Based Convolutional Neural Networks (R-CNN) are a family of machine learning models for computer vision and specifically object detection."] -- Wikipedia | ||
− | The page above mentions a number of packages available for using R-CNNs. For now, this page will concentrate on [https://github.com/facebookresearch/detectron2]. | + | The page above mentions a number of packages available for using R-CNNs. For now, this page will concentrate on [https://github.com/facebookresearch/detectron2 Detectron2] from [https://ai.facebook.com/ Facebook AI Research]. |
Revision as of 15:22, 12 August 2020
The page above mentions a number of packages available for using R-CNNs. For now, this page will concentrate on Detectron2 from Facebook AI Research.