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: README.rst
+16-5
Original file line number
Diff line number
Diff line change
@@ -38,11 +38,22 @@ Inspecting Data from LabelFusion
38
38
39
39
If you've downloaded some of LabelFusion data and would like to inspect some of it, we recommend the following:
40
40
41
-
1. run our docker image (instructions here: https://hub.docker.com/r/robotlocomotion/labelfusion/)
42
-
2. inside the docker image navigate to a log directory: (:code:`cd ~/labelfusion/data/logs_test/2017-06-16-57`)
43
-
3. run the alignment tool -- even though the data has already been labeled, you can inspect the results (:code:`run_alignment_tool`)
44
-
4. inspect labeled images (:code:`cd path-to-labelfusion-data/logs_test/2017-06-16-57/images` and browse the images)
45
-
5. run a script to print out the overall status of the dataset: :code:`dataset_update_status -o`
41
+
1. Run our docker image (instructions here: https://hub.docker.com/r/robotlocomotion/labelfusion/)
42
+
2. Inside the docker image navigate to a log directory and run the alignment tool. Even though the data has already been labeled, you can inspect the results:
43
+
44
+
::
45
+
46
+
cd ~/labelfusion/data/logs_test/2017-06-16-20
47
+
run_alignment_tool
48
+
49
+
You should see a GUI like the following:
50
+
51
+
52
+
.. image:: docs/labelfusion_screenshot.png
53
+
54
+
55
+
4. Inspect labeled images (:code:`cd path-to-labelfusion-data/logs_test/2017-06-16-20/images` and browse the images)
56
+
5. Run a script to print out the overall status of the dataset (note this may take ~10-20 seconds to run for the full dataset): :code:`dataset_update_status -o`
46
57
47
58
48
59
Training on Object Detection, Segmentation, and/or Pose data
0 commit comments