Public Member Functions | |
def | __init__ |
def | configCallback |
def | subscribe |
def | unsubscribe |
Public Attributes | |
classifier_name | |
conf_thresh | |
model | |
nms_thresh | |
pixel_means | |
target_names | |
use_gpu | |
Private Member Functions | |
def | _detect |
def | _im_detect |
Private Attributes | |
_pub_class | |
_pub_rects | |
_srv | |
_sub | |
_sub_rects |
Definition at line 41 of file fast_rcnn.py.
def fast_rcnn.FastRCNN.__init__ | ( | self, | |
model, | |||
target_names, | |||
pixel_means, | |||
use_gpu | |||
) |
Definition at line 43 of file fast_rcnn.py.
def fast_rcnn.FastRCNN._detect | ( | self, | |
imgmsg, | |||
rects_msg | |||
) | [private] |
Definition at line 82 of file fast_rcnn.py.
def fast_rcnn.FastRCNN._im_detect | ( | self, | |
im, | |||
rects | |||
) | [private] |
Definition at line 140 of file fast_rcnn.py.
def fast_rcnn.FastRCNN.configCallback | ( | self, | |
config, | |||
level | |||
) |
Definition at line 58 of file fast_rcnn.py.
def fast_rcnn.FastRCNN.subscribe | ( | self | ) |
Definition at line 63 of file fast_rcnn.py.
def fast_rcnn.FastRCNN.unsubscribe | ( | self | ) |
Definition at line 78 of file fast_rcnn.py.
fast_rcnn.FastRCNN::_pub_class [private] |
Definition at line 43 of file fast_rcnn.py.
fast_rcnn.FastRCNN::_pub_rects [private] |
Definition at line 43 of file fast_rcnn.py.
fast_rcnn.FastRCNN::_srv [private] |
Definition at line 43 of file fast_rcnn.py.
fast_rcnn.FastRCNN::_sub [private] |
Definition at line 63 of file fast_rcnn.py.
fast_rcnn.FastRCNN::_sub_rects [private] |
Definition at line 63 of file fast_rcnn.py.
Definition at line 43 of file fast_rcnn.py.
Definition at line 58 of file fast_rcnn.py.
Definition at line 43 of file fast_rcnn.py.
Definition at line 58 of file fast_rcnn.py.
Definition at line 43 of file fast_rcnn.py.
Definition at line 43 of file fast_rcnn.py.
Definition at line 43 of file fast_rcnn.py.