Dope
Gets poses of assets as required by ground truth file for DOPE training
Installation
To use this Node, you must enable omni.replicator.isaac
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
exec |
|
Trigger |
|
cameraModel |
|
Camera model (pinhole or fisheye models) |
|
cameraViewTransform |
|
Camera view matrix |
|
cameraProjection |
|
Camera projection matrix |
|
cameraFisheyeNominalWidth |
|
Camera fisheye nominal width |
|
cameraFisheyeNominalHeight |
|
Camera fisheye nominal height |
|
cameraFisheyeOpticalCentre |
|
Camera fisheye optical centre |
|
cameraFisheyeMaxFOV |
|
Camera fisheye maximum field of view |
|
cameraFisheyePolynomial |
|
Camera fisheye polynomial |
|
cameraNearFar |
|
Camera near/far clipping range |
|
horizontalAperture |
|
Horizontal aperture of camera |
|
focalLength |
|
Camera fisheye maximum field of view |
|
cameraRotation |
|
Camera rotation in euler angles |
|
width |
|
Width of the viewport |
|
height |
|
Height of the viewport |
|
boundingBox3d |
|
3d bounding box data. |
|
occlusion |
|
Occlusion data |
|
swhFrameNumber |
|
Frame number |
|
sdIMNumSemantics |
|
Number of semantic entities in the semantic arrays |
|
sdIMNumSemanticTokens |
|
Number of semantics token including the semantic entity path, the semantic entity types and if the number of semantic types is greater than one |
|
sdIMInstanceSemanticMap |
|
Raw array of uint16_t of size sdIMNumInstances’*’sdIMMaxSemanticHierarchyDepth containing the mapping from the instances index to their inherited semantic entities |
|
sdIMSemanticTokenMap |
|
Semantic array of token of size numSemantics ‘*’ numSemanticTypes containing the mapping from the semantic entities to the semantic entity path and semantic types |
|
sdIMMinSemanticIndex |
|
Semantic id of the first instance in the instance arrays |
|
sdIMMaxSemanticHierarchyDepth |
|
Maximal number of semantic entities inherited by an instance |
|
semanticTypes |
|
Semantic Types to consider |
[‘class’] |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
exec |
|
Trigger |
|
data |
|
Semantic array of 4x4 float matrices containing the transform from local to view space for every semantic entity. Additionally, an optional semantic array of float[2] vectors containing the center coordinates of every semantic entity projected in the image space |
|
idToLabels |
|
Mapping from id to semantic labels. |
|
swhFrameNumber |
|
Frame number |
|
bufferSize |
|
Size (in bytes) of the buffer (0 if the input is a texture) |
|
height |
|
Shape of the data |
|
width |
|
Shape of the data |