You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/11/05 12:11:39 UTC

[GitHub] mun94 opened a new pull request #8547: Revised validating process of a bounding box in ImageDetIter

mun94 opened a new pull request #8547: Revised validating process of a bounding box in ImageDetIter
URL: https://github.com/apache/incubator-mxnet/pull/8547
 
 
   ## Description ##
   The previous ImageDetIter validated a bounding box with two points only (left-top and right-bottom points). Many other datasets provides a bounding box label with four points (left-top, left-bottom, right-top, right-bottom). 
   
   The new validating process of the bounding box in the ImageDetIter looks at the number of points given and validate appropriately. 
   
   ## Checklist ##
   ### Essentials ###
   - [x] Passed code style checking (`make lint`)
   - [x] Changes are complete (i.e. I finished coding on this PR)
   - [x] All changes have test coverage
   - [x] For user-facing API changes, API doc string has been updated.
   - [x] To my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services