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 543 of file recognize_3d.py.
| def hai_sandbox.recognize_3d.InterestPointDataset.__init__ | ( | self, | |
| inputs, | |||
| outputs, | |||
| pt2d, | |||
| pt3d, | |||
| feature_extractor, | |||
scan_ids = None, |
|||
idx_in_scan = None, |
|||
sizes = None |
|||
| ) |
Definition at line 545 of file recognize_3d.py.
| def hai_sandbox.recognize_3d.InterestPointDataset.add | ( | self, | |
| features, | |||
| label, | |||
| pt2d, | |||
| pt3d, | |||
scan_id = None, |
|||
idx_in_scan = None |
|||
| ) |
Definition at line 593 of file recognize_3d.py.
| def hai_sandbox.recognize_3d.InterestPointDataset.add_to_dataset | ( | cls, | |
| dataset, | |||
| features, | |||
| label, | |||
| pt2d, | |||
| pt3d, | |||
| scan_id, | |||
| idx_in_scan, | |||
| sizes | |||
| ) |
Definition at line 631 of file recognize_3d.py.
Definition at line 618 of file recognize_3d.py.
| def hai_sandbox.recognize_3d.InterestPointDataset.features_named | ( | self, | |
| features | |||
| ) |
Definition at line 585 of file recognize_3d.py.
| def hai_sandbox.recognize_3d.InterestPointDataset.remove | ( | self, | |
| instance_idx | |||
| ) |
Definition at line 608 of file recognize_3d.py.
| def hai_sandbox.recognize_3d.InterestPointDataset.select_features | ( | self, | |
| features | |||
| ) |
Definition at line 566 of file recognize_3d.py.
| def hai_sandbox.recognize_3d.InterestPointDataset.subset | ( | self, | |
| indices | |||
| ) |
Definition at line 624 of file recognize_3d.py.
Definition at line 545 of file recognize_3d.py.
Definition at line 566 of file recognize_3d.py.
Definition at line 566 of file recognize_3d.py.
Definition at line 593 of file recognize_3d.py.
Definition at line 545 of file recognize_3d.py.
Definition at line 545 of file recognize_3d.py.
Definition at line 545 of file recognize_3d.py.