"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "8d6487f3cbe89bb6e32f82fc9f04df6ce001ef24"
Commit ea7ece20 authored by Davis King's avatar Davis King
Browse files

fixed grammar

parent 1f4997f5
......@@ -33,7 +33,7 @@ namespace dlib
as object detections since it only considers a limited subset of all possible
object positions. Moreover, the structural_object_detection_trainer requires
its input training data to not contain any object positions which are unobtainable
by its scanner object. Therefore, the remove_unobtainable_rectangles() is a tool
by its scanner object. Therefore, remove_unobtainable_rectangles() is a tool
to filter out these unobtainable rectangles from the training data before giving
it to a structural_object_detection_trainer.
- This function interprets object_locations[i] as the set of object positions for
......@@ -65,7 +65,7 @@ namespace dlib
as object detections since it only considers a limited subset of all possible
object positions. Moreover, the structural_object_detection_trainer requires
its input training data to not contain any object positions which are unobtainable
by its scanner object. Therefore, the remove_unobtainable_rectangles() is a tool
by its scanner object. Therefore, remove_unobtainable_rectangles() is a tool
to filter out these unobtainable rectangles from the training data before giving
it to a structural_object_detection_trainer.
- This function interprets object_locations[i] as the set of object positions for
......
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