Public Member Functions | |
def | __init__ |
def | add |
def | add_to_dataset |
def | copy |
def | features_named |
def | remove |
def | select_features |
def | subset |
Public Attributes | |
idx_in_scan | |
inputs | |
metadata | |
outputs | |
pt2d | |
pt3d | |
scan_ids |
Definition at line 583 of file recognize_3d.py.
def trf_learn.recognize_3d.InterestPointDataset.__init__ | ( | self, | |
inputs, | |||
outputs, | |||
pt2d, | |||
pt3d, | |||
feature_extractor, | |||
scan_ids = None , |
|||
idx_in_scan = None , |
|||
sizes = None |
|||
) |
Definition at line 585 of file recognize_3d.py.
def trf_learn.recognize_3d.InterestPointDataset.add | ( | self, | |
features, | |||
label, | |||
pt2d, | |||
pt3d, | |||
scan_id = None , |
|||
idx_in_scan = None |
|||
) |
Definition at line 633 of file recognize_3d.py.
def trf_learn.recognize_3d.InterestPointDataset.add_to_dataset | ( | cls, | |
dataset, | |||
features, | |||
label, | |||
pt2d, | |||
pt3d, | |||
scan_id, | |||
idx_in_scan, | |||
sizes | |||
) |
Definition at line 671 of file recognize_3d.py.
def trf_learn.recognize_3d.InterestPointDataset.copy | ( | self | ) |
Definition at line 658 of file recognize_3d.py.
def trf_learn.recognize_3d.InterestPointDataset.features_named | ( | self, | |
features | |||
) |
Definition at line 625 of file recognize_3d.py.
def trf_learn.recognize_3d.InterestPointDataset.remove | ( | self, | |
instance_idx | |||
) |
Definition at line 648 of file recognize_3d.py.
def trf_learn.recognize_3d.InterestPointDataset.select_features | ( | self, | |
features | |||
) |
Definition at line 606 of file recognize_3d.py.
def trf_learn.recognize_3d.InterestPointDataset.subset | ( | self, | |
indices | |||
) |
Definition at line 664 of file recognize_3d.py.
Definition at line 585 of file recognize_3d.py.
Definition at line 606 of file recognize_3d.py.
Definition at line 606 of file recognize_3d.py.
Definition at line 633 of file recognize_3d.py.
Definition at line 585 of file recognize_3d.py.
Definition at line 585 of file recognize_3d.py.
Definition at line 585 of file recognize_3d.py.