Difference between revisions of "SW:Faster-RCNN"
(Created page with "=Faster-RCNN= __TOC__ ==Description== This is an experimental Tensorflow implementation of Faster RCNN - a convnet for object detection with a region proposal network. For det...") |
(→Faster-RCNN) |
||
Line 1: | Line 1: | ||
− | =Faster- | + | =Faster-RCNN_TF= |
__TOC__ | __TOC__ | ||
==Description== | ==Description== | ||
This is an experimental Tensorflow implementation of Faster RCNN - a convnet for object detection with a region proposal network. For details about R-CNN please refer to the paper Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks by Shaoqing Ren, Kaiming He, Ross Girshick, Jian Sun. | This is an experimental Tensorflow implementation of Faster RCNN - a convnet for object detection with a region proposal network. For details about R-CNN please refer to the paper Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks by Shaoqing Ren, Kaiming He, Ross Girshick, Jian Sun. | ||
* Homepage: [https://github.com/smallcorgi/Faster-RCNN_TF https://github.com/smallcorgi/Faster-RCNN_TF] | * Homepage: [https://github.com/smallcorgi/Faster-RCNN_TF https://github.com/smallcorgi/Faster-RCNN_TF] | ||
+ | |||
+ | ==Access== | ||
+ | Faster-RCNN_TF is open to all HPRC users. | ||
+ | |||
+ | <font color=red>There are restrictions as to which version (GPU/CPU) of Faster-RCNN_TF works on each cluster. Please note these restrictions in the following sections and plan your jobs accordingly.</font> | ||
+ | |||
+ | |||
+ | [[Category:Software]] |
Revision as of 17:28, 12 February 2018
Faster-RCNN_TF
Contents
Description
This is an experimental Tensorflow implementation of Faster RCNN - a convnet for object detection with a region proposal network. For details about R-CNN please refer to the paper Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks by Shaoqing Ren, Kaiming He, Ross Girshick, Jian Sun.
Access
Faster-RCNN_TF is open to all HPRC users.
There are restrictions as to which version (GPU/CPU) of Faster-RCNN_TF works on each cluster. Please note these restrictions in the following sections and plan your jobs accordingly.