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