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

Fixing data augmentation #115

Merged
merged 6 commits into from
Jun 13, 2021
Merged

Fixing data augmentation #115

merged 6 commits into from
Jun 13, 2021

Conversation

zhiqwang
Copy link
Owner

@zhiqwang zhiqwang commented Jun 11, 2021

Use torchvision's SSD augmentation presets, mostly copy-paste from https://github.com/pytorch/vision/blob/0013d93/references/detection/transforms.py .

Fixing #59 and #60

@codecov
Copy link

codecov bot commented Jun 11, 2021

Codecov Report

Merging #115 (42fac39) into master (b0af4a1) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #115   +/-   ##
=======================================
  Coverage   83.54%   83.54%           
=======================================
  Files           8        8           
  Lines         784      784           
=======================================
  Hits          655      655           
  Misses        129      129           
Flag Coverage Δ
unittests 83.54% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b0af4a1...42fac39. Read the comment docs.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@zhiqwang zhiqwang merged commit f4f2e6a into master Jun 13, 2021
@zhiqwang zhiqwang deleted the refactor-transforms branch June 13, 2021 17:30
@zhiqwang zhiqwang added enhancement New feature or request documentation Improvements or additions to documentation labels Jun 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant