Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize endoscopy tool tracking app #550

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AndreasHeumann
Copy link
Contributor

@AndreasHeumann AndreasHeumann commented Oct 25, 2024

Optimize endoscopy tool tracking app

Modify ToolTrackingPostProcessorOp to generate coordinates using
CUDA. This avoids the roundtrip from GPU to CPU memory and back.

Use RMMAllocator for video replayer.

Fix type of dla_core parameter of TensorRtInference.

Remove unused clock parameter.

Latency measured with flow benchmarking on x86 with RTX 6000 Ada
and replayer realtimeset to false:
before optimizatio 4.8 ms, after optimization 3.09 ms.

@AndreasHeumann AndreasHeumann added the enhancement New feature or request label Oct 25, 2024
@AndreasHeumann AndreasHeumann self-assigned this Oct 25, 2024
@AndreasHeumann AndreasHeumann force-pushed the ah/opt_endoscopy_tool_tracking branch 2 times, most recently from 571f03f to 92ca191 Compare October 25, 2024 12:08
Modify ToolTrackingPostProcessorOp to generate coordinates using
CUDA. This avoids the roundtrip from GPU to CPU memory and back.
Use RMMAllocator for video replayer.
Fix type  of `dla_core` parameter of TensorRtInference.
Remove unused `clock` parameter.

Latency measured with flow benchmarking on x86 with RTX 6000 Ada
and replayer `realtime`set to `false`:
before optimizatio 4.8 ms, after optimization 3.09 ms.

Signed-off-by: Andreas Heumann <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant