Definition at line 52 of file fcn_object_segmentation.py.
def node_scripts.fcn_object_segmentation.FCNObjectSegmentation.__init__ |
( |
|
self | ) |
|
def node_scripts.fcn_object_segmentation.FCNObjectSegmentation._cb |
( |
|
self, |
|
|
|
img_msg |
|
) |
| |
|
private |
def node_scripts.fcn_object_segmentation.FCNObjectSegmentation._cb_with_mask |
( |
|
self, |
|
|
|
img_msg, |
|
|
|
mask_msg |
|
) |
| |
|
private |
def node_scripts.fcn_object_segmentation.FCNObjectSegmentation._load_chainer_model |
( |
|
self | ) |
|
|
private |
def node_scripts.fcn_object_segmentation.FCNObjectSegmentation._load_model |
( |
|
self | ) |
|
|
private |
def node_scripts.fcn_object_segmentation.FCNObjectSegmentation._load_torch_model |
( |
|
self | ) |
|
|
private |
def node_scripts.fcn_object_segmentation.FCNObjectSegmentation._segment_chainer_backend |
( |
|
self, |
|
|
|
bgr |
|
) |
| |
|
private |
def node_scripts.fcn_object_segmentation.FCNObjectSegmentation._segment_torch_backend |
( |
|
self, |
|
|
|
bgr |
|
) |
| |
|
private |
def node_scripts.fcn_object_segmentation.FCNObjectSegmentation.segment |
( |
|
self, |
|
|
|
bgr |
|
) |
| |
def node_scripts.fcn_object_segmentation.FCNObjectSegmentation.subscribe |
( |
|
self | ) |
|
def node_scripts.fcn_object_segmentation.FCNObjectSegmentation.unsubscribe |
( |
|
self | ) |
|
node_scripts.fcn_object_segmentation.FCNObjectSegmentation.backend |
node_scripts.fcn_object_segmentation.FCNObjectSegmentation.bg_label |
node_scripts.fcn_object_segmentation.FCNObjectSegmentation.gpu |
node_scripts.fcn_object_segmentation.FCNObjectSegmentation.mean_bgr |
node_scripts.fcn_object_segmentation.FCNObjectSegmentation.model |
node_scripts.fcn_object_segmentation.FCNObjectSegmentation.proba_threshold |
node_scripts.fcn_object_segmentation.FCNObjectSegmentation.pub |
node_scripts.fcn_object_segmentation.FCNObjectSegmentation.pub_proba |
node_scripts.fcn_object_segmentation.FCNObjectSegmentation.subs |
node_scripts.fcn_object_segmentation.FCNObjectSegmentation.target_names |
The documentation for this class was generated from the following file: