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

Add distributed version of the h.264 Endoscopy Tool Tracking app #496

Merged
merged 5 commits into from
Oct 24, 2024

Conversation

mocsharp
Copy link
Contributor

@mocsharp mocsharp commented Sep 5, 2024

This PR adds the distributed version of the h.264 Endoscopy Tool Tracking app in C++ and Python.

The application is composed of three fragments:

  1. video_in: input a pre-recorded video file using GXF's VideoReadBitstream extension
  2. inference: run the inference using LSTM and the post-processing script
  3. viz: display input video and inference results

Note: this application requires HSDK version 2.5, which includes a fix to hide gRPC symbols.

@mocsharp mocsharp self-assigned this Sep 5, 2024
gigony
gigony previously requested changes Sep 9, 2024
Copy link
Contributor

@gigony gigony left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @mocsharp for adding the distributed version of h.264 endoscopy app!

Overall, it looks great to me!
Please consider renaming .cc files to .hpp or .cpp files to be consistent with other projects or within the project (main.cpp) and left some comments on Holoviz operator's arguments.

Thanks!

Copy link
Contributor

@tbirdso tbirdso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great! Added minor comments.

Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Copy link
Contributor

@gigony gigony left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @mocsharp for adding the distributed version of h264 endoscopy app.
It looks good to me!

@tbirdso tbirdso merged commit 4391d51 into main Oct 24, 2024
8 checks passed
@tbirdso tbirdso deleted the vchang/d-h264 branch October 24, 2024 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants