Skip to content

Commit

Permalink
uses Bash's backtick for multiline bash with comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorat committed Mar 7, 2024
1 parent 773c037 commit 2a55485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ kapture_pipeline_mapping.py -v info \
-gfeat ./global_features/AP-GeM-LM18/global_features \
-matches ./local_features/r2d2_500/NN_no_gv/matches \
-matches-gv ./local_features/r2d2_500/NN_colmap_gv/matches \
--colmap-map ./colmap-sfm/r2d2_500/AP-GeM-LM18_top5 # lfeat type / map pairs \
--colmap-map ./colmap-sfm/r2d2_500/AP-GeM-LM18_top5 `# lfeat type / map pairs` \
--topk 5
----

Expand Down

0 comments on commit 2a55485

Please sign in to comment.