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

Tutorial for how to use FixedSplitter #594

Merged
merged 4 commits into from
Dec 23, 2020

Conversation

ribenamaplesyrup
Copy link
Contributor

This tutorial shows how to split a dataset using predefined imagesets as specified in issue #585. The dataset used within the tutorial is Pascal VOC 2012. This tutorial will only work using the latest icedata (the one via PyPI won't work as specified in "AttributeError: module 'icedata' has no attribute 'voc' #84") with my proposed changes in PR "Add voc data functions #91".

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@codecov
Copy link

codecov bot commented Dec 16, 2020

Codecov Report

Merging #594 (3a95661) into master (6cbd6d1) will increase coverage by 0.66%.
The diff coverage is 98.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #594      +/-   ##
==========================================
+ Coverage   88.15%   88.82%   +0.66%     
==========================================
  Files         113      114       +1     
  Lines        2694     2854     +160     
==========================================
+ Hits         2375     2535     +160     
  Misses        319      319              
Flag Coverage Δ
unittests 88.82% <98.87%> (+0.66%) ⬆️

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

Impacted Files Coverage Δ
icevision/models/utils.py 64.86% <ø> (ø)
icevision/visualize/show_data.py 78.12% <50.00%> (ø)
icevision/models/interpretation.py 99.15% <99.15%> (ø)
icevision/models/efficientdet/show_results.py 95.83% <100.00%> (+5.83%) ⬆️
...odels/torchvision_models/faster_rcnn/prediction.py 100.00% <100.00%> (+3.44%) ⬆️
...els/torchvision_models/faster_rcnn/show_results.py 100.00% <100.00%> (ø)
...s/torchvision_models/keypoint_rcnn/show_results.py 100.00% <100.00%> (ø)
...odels/torchvision_models/mask_rcnn/show_results.py 92.30% <100.00%> (+2.30%) ⬆️
...odels/torchvision_models/retinanet/show_results.py 100.00% <100.00%> (ø)
icevision/utils/imageio.py 80.39% <100.00%> (+5.39%) ⬆️
... and 2 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 6cbd6d1...068c287. Read the comment docs.

@ribenamaplesyrup ribenamaplesyrup changed the title FixedSplitter tutorial Tutorial for how to use FixedSplitter Dec 16, 2020
Copy link
Collaborator

@lgvaz lgvaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, perfect!

This tutorial will be very helpful! I'll make a subsequent commit to add this to the docs

Thanks a lot!

@lgvaz lgvaz merged commit d04f9dd into airctic:master Dec 23, 2020
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