Commit 5e1c3713fa1707cfe4fcade1d7db2e838950cc99
1 parent
3b130108
Fix author name
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/metadata/verifydetection.cpp
| @@ -26,7 +26,7 @@ namespace br | @@ -26,7 +26,7 @@ namespace br | ||
| 26 | * during training, where the landmarks will be ground truth'd. If one wants to | 26 | * during training, where the landmarks will be ground truth'd. If one wants to |
| 27 | * using a ground truth bounding box instead, then convert the BB to a landmark. | 27 | * using a ground truth bounding box instead, then convert the BB to a landmark. |
| 28 | * \br_property int index Index of the landmark to be used. | 28 | * \br_property int index Index of the landmark to be used. |
| 29 | - * \author Josh Klontz \cite jklontz | 29 | + * \author Brendan Klare \cite bklare |
| 30 | */ | 30 | */ |
| 31 | class VerifyDetectionTransform : public UntrainableMetaTransform | 31 | class VerifyDetectionTransform : public UntrainableMetaTransform |
| 32 | { | 32 | { |