You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
get_layer: Get a specific layer image/mask. Provides the option to get the Bird-eye-view (BEV)
get_trackers: Get a specific tracker. Provides the option to get the tracker in the Bird-eye-view (BEV)
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).
The text was updated successfully, but these errors were encountered:
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:get_layer
: Get a specific layer image/mask. Provides the option to get the Bird-eye-view (BEV)get_trackers
: Get a specific tracker. Provides the option to get the tracker in the Bird-eye-view (BEV)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).
The text was updated successfully, but these errors were encountered: