Skip to content
New issue

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

Efficientdet #230

Merged
merged 5 commits into from
Oct 27, 2022
Merged

Efficientdet #230

merged 5 commits into from
Oct 27, 2022

Conversation

Manojkumarmuru
Copy link
Contributor

  1. Dependence of test cases (especially those that check the Efficientdet architecture) on .hdf5/JSON/.npy or any other types of files removed.
  2. Test case to check the functionality of the anchor box building method added. The test includes the following:
  • Checks the range of coordinates of the center of anchor boxes. [Checks if the boxes are valid.]
  • Checks the sign of anchor box width and height. [Checks if the boxes are valid.]
  • Checks if the anchor boxes are symmetrically distributed along the X and Y direction.
  • Checks if the method builds anchor boxes of the given aspect ratio.
  • Checks if a correct number of anchor boxes are built for a given input feature size.

@oarriaga oarriaga merged commit 149d763 into oarriaga:master Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants