Skip to content

Commit 3e5c02b

Browse files
authored
Update README.rst
1 parent 74766da commit 3e5c02b

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

README.rst

+16-5
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,22 @@ Inspecting Data from LabelFusion
3838

3939
If you've downloaded some of LabelFusion data and would like to inspect some of it, we recommend the following:
4040

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`
4657

4758

4859
Training on Object Detection, Segmentation, and/or Pose data

0 commit comments

Comments
 (0)