|
Swarm-SLAM
1.0.0
C-SLAM Framework
|
Public Member Functions | |
| def | __init__ (self, params, node) |
| def | compute_embedding (self, keyframe) |
Public Attributes | |
| params | |
| node | |
| enable | |
| device | |
| model | |
| isParallel | |
| transform | |
| pca | |
NetVLAD matcher
Definition at line 133 of file netvlad.py.
| def netvlad.NetVLAD.__init__ | ( | self, | |
| params, | |||
| node | |||
| ) |
Initialization
Args:
params (dict): parameters
Definition at line 137 of file netvlad.py.
| def netvlad.NetVLAD.compute_embedding | ( | self, | |
| keyframe | |||
| ) |
Load image to device and extract the global image descriptor
Args:
keyframe (image): image to match
Returns:
np.array: global image descriptor
Definition at line 212 of file netvlad.py.
| netvlad.NetVLAD.device |
Definition at line 158 of file netvlad.py.
| netvlad.NetVLAD.enable |
Definition at line 146 of file netvlad.py.
| netvlad.NetVLAD.isParallel |
Definition at line 179 of file netvlad.py.
| netvlad.NetVLAD.model |
Definition at line 172 of file netvlad.py.
| netvlad.NetVLAD.node |
Definition at line 144 of file netvlad.py.
| netvlad.NetVLAD.params |
Definition at line 143 of file netvlad.py.
| netvlad.NetVLAD.pca |
Definition at line 209 of file netvlad.py.
| netvlad.NetVLAD.transform |
Definition at line 202 of file netvlad.py.