Definition at line 58 of file fcn_depth_prediction.py.
◆ __init__()
def node_scripts.fcn_depth_prediction.FCNDepthPrediction.__init__ |
( |
|
self | ) |
|
◆ _cb()
def node_scripts.fcn_depth_prediction.FCNDepthPrediction._cb |
( |
|
self, |
|
|
|
img_msg, |
|
|
|
depth_msg |
|
) |
| |
|
private |
◆ _load_chainer_model()
def node_scripts.fcn_depth_prediction.FCNDepthPrediction._load_chainer_model |
( |
|
self | ) |
|
|
private |
◆ _load_model()
def node_scripts.fcn_depth_prediction.FCNDepthPrediction._load_model |
( |
|
self | ) |
|
|
private |
◆ _predict_depth_chainer_backend()
def node_scripts.fcn_depth_prediction.FCNDepthPrediction._predict_depth_chainer_backend |
( |
|
self, |
|
|
|
bgr, |
|
|
|
depth_bgr = None |
|
) |
| |
|
private |
◆ predict_depth()
def node_scripts.fcn_depth_prediction.FCNDepthPrediction.predict_depth |
( |
|
self, |
|
|
|
bgr, |
|
|
|
depth_bgr = None |
|
) |
| |
◆ subscribe()
def node_scripts.fcn_depth_prediction.FCNDepthPrediction.subscribe |
( |
|
self | ) |
|
◆ transform_depth()
def node_scripts.fcn_depth_prediction.FCNDepthPrediction.transform_depth |
( |
|
self, |
|
|
|
depth |
|
) |
| |
◆ unsubscribe()
def node_scripts.fcn_depth_prediction.FCNDepthPrediction.unsubscribe |
( |
|
self | ) |
|
◆ backend
node_scripts.fcn_depth_prediction.FCNDepthPrediction.backend |
◆ bg_label
node_scripts.fcn_depth_prediction.FCNDepthPrediction.bg_label |
◆ gpu
node_scripts.fcn_depth_prediction.FCNDepthPrediction.gpu |
◆ mean_bgr
node_scripts.fcn_depth_prediction.FCNDepthPrediction.mean_bgr |
◆ model
node_scripts.fcn_depth_prediction.FCNDepthPrediction.model |
◆ model_file
node_scripts.fcn_depth_prediction.FCNDepthPrediction.model_file |
◆ model_name
node_scripts.fcn_depth_prediction.FCNDepthPrediction.model_name |
◆ proba_threshold
node_scripts.fcn_depth_prediction.FCNDepthPrediction.proba_threshold |
◆ pub_depth
node_scripts.fcn_depth_prediction.FCNDepthPrediction.pub_depth |
◆ pub_depth_raw
node_scripts.fcn_depth_prediction.FCNDepthPrediction.pub_depth_raw |
◆ pub_label
node_scripts.fcn_depth_prediction.FCNDepthPrediction.pub_label |
◆ pub_proba
node_scripts.fcn_depth_prediction.FCNDepthPrediction.pub_proba |
◆ subs
node_scripts.fcn_depth_prediction.FCNDepthPrediction.subs |
◆ target_names
node_scripts.fcn_depth_prediction.FCNDepthPrediction.target_names |
The documentation for this class was generated from the following file: