Public Member Functions | |
def | __init__ |
def | predict_depth |
def | subscribe |
def | transform_depth |
def | unsubscribe |
Public Attributes | |
backend | |
bg_label | |
gpu | |
mean_bgr | |
model | |
model_file | |
model_name | |
proba_threshold | |
pub_depth | |
pub_depth_raw | |
pub_label | |
pub_proba | |
subs | |
target_names | |
Private Member Functions | |
def | _cb |
def | _load_chainer_model |
def | _load_model |
def | _predict_depth_chainer_backend |
Definition at line 38 of file fcn_depth_prediction.py.
Definition at line 40 of file fcn_depth_prediction.py.
def node_scripts.fcn_depth_prediction.FCNDepthPrediction._cb | ( | self, | |
img_msg, | |||
depth_msg | |||
) | [private] |
Definition at line 114 of file fcn_depth_prediction.py.
def node_scripts.fcn_depth_prediction.FCNDepthPrediction._load_chainer_model | ( | self | ) | [private] |
Definition at line 64 of file fcn_depth_prediction.py.
def node_scripts.fcn_depth_prediction.FCNDepthPrediction._load_model | ( | self | ) | [private] |
Definition at line 58 of file fcn_depth_prediction.py.
def node_scripts.fcn_depth_prediction.FCNDepthPrediction._predict_depth_chainer_backend | ( | self, | |
bgr, | |||
depth_bgr = None |
|||
) | [private] |
Definition at line 146 of file fcn_depth_prediction.py.
def node_scripts.fcn_depth_prediction.FCNDepthPrediction.predict_depth | ( | self, | |
bgr, | |||
depth_bgr = None |
|||
) |
Definition at line 141 of file fcn_depth_prediction.py.
Definition at line 81 of file fcn_depth_prediction.py.
def node_scripts.fcn_depth_prediction.FCNDepthPrediction.transform_depth | ( | self, | |
depth | |||
) |
Definition at line 101 of file fcn_depth_prediction.py.
Definition at line 97 of file fcn_depth_prediction.py.
Definition at line 40 of file fcn_depth_prediction.py.
Definition at line 40 of file fcn_depth_prediction.py.
Definition at line 40 of file fcn_depth_prediction.py.
Definition at line 40 of file fcn_depth_prediction.py.
Definition at line 64 of file fcn_depth_prediction.py.
Definition at line 40 of file fcn_depth_prediction.py.
Definition at line 40 of file fcn_depth_prediction.py.
Definition at line 40 of file fcn_depth_prediction.py.
Definition at line 40 of file fcn_depth_prediction.py.
Definition at line 40 of file fcn_depth_prediction.py.
Definition at line 40 of file fcn_depth_prediction.py.
Definition at line 40 of file fcn_depth_prediction.py.
Definition at line 81 of file fcn_depth_prediction.py.
Definition at line 40 of file fcn_depth_prediction.py.