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 #294

Merged
merged 5 commits into from
Jul 4, 2023
Merged

Efficientdet #294

merged 5 commits into from
Jul 4, 2023

Conversation

Manojkumarmuru
Copy link
Contributor

No description provided.

@Manojkumarmuru
Copy link
Contributor Author

The following changes/updates have been made:

  1. The bug with instantiating EfficientDet with base_weights and head_weights set to None is now resolved.
  2. Parameters of AugmentDetection module inside paz.pipelines namely the lower of RandomSaturation and probability of RandomSampleCrop have been set to 0.7 and 1.0 respectively to achieve better mAP for SSD300 on VOC dataset (The maximum achieved mAP now is 76).
  3. All (unused) modules that were present outside paz inside examples/object_detection have been removed.
  4. All test cases pass.

@oarriaga oarriaga merged commit fa34803 into oarriaga:master Jul 4, 2023
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