Commit 48507ab5 authored by Davis King's avatar Davis King

Fixed grammar.

parent 02b20931
...@@ -770,7 +770,7 @@ int main(int argc, char** argv) ...@@ -770,7 +770,7 @@ int main(int argc, char** argv)
parser.add_option("resample", "Crop out images that are centered on each object in the dataset. Make the " parser.add_option("resample", "Crop out images that are centered on each object in the dataset. Make the "
"crops so that the objects have <arg> pixels in them. The output is a new XML dataset.",1); "crops so that the objects have <arg> pixels in them. The output is a new XML dataset.",1);
parser.add_option("extract-chips", "Crops out images with tight bounding boxes around each object. Also crops out " parser.add_option("extract-chips", "Crops out images with tight bounding boxes around each object. Also crops out "
"many background chips. All these image chips are serialized into one big data file. The chips will contain <arg> pixels each",1); "many background chips. All these image chips are serialized into one big data file. The chips will contain <arg> pixels each.",1);
parser.add_option("ignore", "Mark boxes labeled as <arg> as ignored. The resulting XML file is output as a separate file and the original is not modified.",1); parser.add_option("ignore", "Mark boxes labeled as <arg> as ignored. The resulting XML file is output as a separate file and the original is not modified.",1);
parser.parse(argc, argv); parser.parse(argc, argv);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment