opensense

What do you want to do?

Ask in plain words. The answer comes with the exact page, the code, and the config it touches.

run on Orinfirst scene graph in 10 mindeploy to a fleetexport to ROS 2swap the detector

I WANT TO…

REFERENCE

WHAT AN ANSWER LOOKS LIKE

Q how do I run det-1.5 at 30 fps on Orin NX?

Construct `Perception(model="det-1.5", device="orin", precision="int8")` and stream at `fps=30`. INT8 weights are pulled on first run; nothing to configure.

Perception › constructorDevices › Jetson OrinPrecision & latency

per = Perception(

model="det-1.5",

device="orin",

precision="int8",

)