We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ie ymax < ymin ,
change in dd to do here : https://github.com/jolibrain/deepdetect/blob/master/src/backends/caffe/caffelib.cc#L2560 (replace ymax by ymin and reverse) , reference in caffe : https://github.com/jolibrain/caffe/blob/master/src/caffe/util/bbox_util.cpp#L2105 (same in cuda)
change in platform to do here (ymin - ymax) https://github.com/alx/react-bounding-box/blob/master/src/react-bounding-box.js#L394
The text was updated successfully, but these errors were encountered:
Please make a release when this is pushed to master as it has a big impact for those using detection models.
Sorry, something went wrong.
Fixed in react-bounding-box v0.5.3: https://www.npmjs.com/package/react-bounding-box/v/0.5.3
react-bounding-box
👍
fantes
Successfully merging a pull request may close this issue.
ie ymax < ymin ,
change in dd to do here : https://github.com/jolibrain/deepdetect/blob/master/src/backends/caffe/caffelib.cc#L2560 (replace ymax by ymin and reverse) , reference in caffe : https://github.com/jolibrain/caffe/blob/master/src/caffe/util/bbox_util.cpp#L2105 (same in cuda)
change in platform to do here (ymin - ymax)
https://github.com/alx/react-bounding-box/blob/master/src/react-bounding-box.js#L394
The text was updated successfully, but these errors were encountered: