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 Pose Estimators developed can be run as a service on [Intrinsic Flowstate](https://www.intrinsic.ai/) solutions to build applications with robotic systems.
4
+
5
+
First, build another Docker image that wraps the pose estimator Docker image generated [previously](../README.md#build-and-test-custom-bpc_pose_estimator-image) with some environment variables to communicate with the Intrinsic Platform.
6
+
7
+
```bash
8
+
# Replace POSE_ESTIMATOR_DOCKER_TAG with tag of the pose estimator image generated previously.
9
+
# Replace "bpc_pose_estimator_fs:team_name" with a different tag if needed.
0 commit comments