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
Copy file name to clipboardExpand all lines: Documentation/3_data_collection_model_training.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Now its time to train our deep learning model! We've provided the model training
60
60
61
61
This step can take a long time if your computer doesn't have GPU support (~5 days on CPU). Even with a GPU, it can take around ~10 hours. We have provided an already trained model as an alternative to waiting for training to complete. If you would like to use this provided model, you can proceed to [Part 4](4_pick_and_place.md).
62
62
63
-
1. Navigate to the `tutorials/object_pose_estimation/Model` directory.
63
+
1. Navigate to the `Object-Pose-Estimation/Model` directory.
6. If you are not already in the `tutorials/object_pose_estimation/Model` directory, navigate there.
113
+
6. If you are not already in the `Object-Pose-Estimation/Model` directory, navigate there.
114
114
115
115
7. Enter the following command to start training:
116
116
```bash
@@ -131,7 +131,7 @@ However, first we need to specify a few settings in our config file.
131
131
132
132
8. In [config.yaml](../Model/config.yaml), under `checkpoint`, you need to set the argument `log_dir_checkpoint` to the path where you have saved your newly trained model.
133
133
134
-
9. If you are not already in the `tutorials/object_pose_estimation/Model` directory, navigate there.
134
+
9. If you are not already in the `Object-Pose-Estimation/Model` directory, navigate there.
135
135
136
136
10. To start the evaluation run, enter the following command:
2. In the terminal, ensure the current location is at the root of the `object_pose_estimation` directory. Build the provided ROS Docker image as follows:
66
+
2. In the terminal, ensure the current location is at the root of the `Object-Pose-Estimation` directory. Build the provided ROS Docker image as follows:
1. Open the completed project. In the Unity Hub, click the `Add` button, and select `tutorials/object_pose_estimation/PoseEstimationDemoProject` from inside the file location where you cloned this repo.
29
+
1. Open the completed project. In the Unity Hub, click the `Add` button, and select `Object-Pose-Estimation/PoseEstimationDemoProject` from inside the file location where you cloned this repo.
30
30
31
31
2. Open the scene. Go to `Assets > Scenes` and double click on `TutorialPoseEstimation`.
In your `object_pose_estimation` folder, you should have a `ROS` folder. Inside that folder you should have a `src` folder and inside that one 5 folders: `moveit_msgs`, `robotiq`, `ros_tcp_endpoint`, `universal_robot` and `ur3_moveit`.
41
+
In your root `Object-Pose-Estimation` folder, you should have a `ROS` folder. Inside that folder you should have a `src` folder and inside that one 5 folders: `moveit_msgs`, `robotiq`, `ros_tcp_endpoint`, `universal_robot` and `ur3_moveit`.
42
42
43
43
1. Download the [pose estimation model](https://github.com/Unity-Technologies/Unity-Robotics-Hub/releases/download/Pose-Estimation/UR3_single_cube_model.tar) we have trained.
44
44
@@ -57,7 +57,7 @@ We have provided a Docker container to get you up and running quickly.
57
57
<imgsrc="Images/4_docker_daemon.png"height=400/>
58
58
</p>
59
59
60
-
2. In the terminal, ensure the current location is at the root of the `object_pose_estimation` directory. Build the provided ROS Docker image as follows:
60
+
2. In the terminal, ensure the current location is at the root of the `Object-Pose-Estimation` directory. Build the provided ROS Docker image as follows:
3. Open the completed project. To do so, open Unity Hub, click the `Add` button, and select `PoseEstimationDemoProject` from the `Unity-Robotics-Hub/tutorials/object_pose_estimation/` folder.
28
+
3. Open the completed project. To do so, open Unity Hub, click the `Add` button, and select `PoseEstimationDemoProject` from the root `Object-Pose-Estimation` folder.
Copy file name to clipboardExpand all lines: Model/documentation/running_on_docker.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Before creating the Docker image, you need to be sure your Docker settings are c
21
21
22
22
The first step is to build the Docker image.
23
23
24
-
***Action**: Open a new terminal and navigate to the `Unity-Robotics-Hub/tutorials/object_pose_estimation/Model` folder. Then run the command to build your docker image, and name it `pose_estimation`:
24
+
***Action**: Open a new terminal and navigate to the `Object-Pose-Estimation/Model` folder. Then run the command to build your docker image, and name it `pose_estimation`:
0 commit comments