Difference between revisions of "SW:R-CNN"
(Created page with "[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 compu...") |
|||
Line 1: | Line 1: | ||
− | [https://en.wikipedia.org/wiki/Region_Based_Convolutional_Neural_Networks | + | [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 [ | + | 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]. |
Revision as of 15:19, 12 August 2020
The page above mentions a number of packages available for using R-CNNs. For now, this page will concentrate on [1].