Update objectron.md

Fixes visualisation bug where the style of code "First run" is different from the code after "and then run"
This commit is contained in:
Miguel Magalhães 2021-06-07 09:48:17 +02:00 committed by GitHub
parent b48d72e43f
commit ec4703b4da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -442,7 +442,7 @@ Example app bounding boxes are rendered with [GlAnimationOverlayCalculator](http
> ``` > ```
> and then run > and then run
> >
> ```build > ```bash
> bazel run -c opt mediapipe/graphs/object_detection_3d/obj_parser:ObjParser -- input_dir=[INTERMEDIATE_OUTPUT_DIR] output_dir=[OUTPUT_DIR] > bazel run -c opt mediapipe/graphs/object_detection_3d/obj_parser:ObjParser -- input_dir=[INTERMEDIATE_OUTPUT_DIR] output_dir=[OUTPUT_DIR]
> ``` > ```
> INPUT_DIR should be the folder with initial asset .obj files to be processed, > INPUT_DIR should be the folder with initial asset .obj files to be processed,