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

Surveillance system APIs (including realtime visualization) #28

Open
yiyeChen opened this issue Aug 10, 2022 · 1 comment
Open

Surveillance system APIs (including realtime visualization) #28

yiyeChen opened this issue Aug 10, 2022 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@yiyeChen
Copy link
Collaborator

The surveillance system layer realtime visualization (using OpenCV) API is updated in this commit: 25dd496. The API is used in the deployment/testing/rbtScene_new script.

So important APIs for the Surveillance system is perhaps completed. They are in the layers.scene.SceneInterpreterV1 class. The APIs that will be most frequently used are:

  1. get_layer: Get a specific layer image/mask. Provides the option to get the Bird-eye-view (BEV)
  2. get_trackers: Get a specific tracker. Provides the option to get the tracker in the Bird-eye-view (BEV)
  3. vis_layer_realtime: Visualize a specific layer. Provides the option to visualize in the Bird-eye-view and with tracker.

The layer are specified by the input name for all above APIs, which can be "human", "puzzle", "bg", "robot".
For other options, see the code comment or the code document (will be established).

@yiyeChen yiyeChen added the documentation Improvements or additions to documentation label Aug 10, 2022
@yiyeChen
Copy link
Collaborator Author

@pv33

The Surveillance realtime visualization API, as we discussed last time, is created and documented here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants