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

Fix icevision master branch #1174

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open

Fix icevision master branch #1174

wants to merge 33 commits into from

Conversation

potipot
Copy link
Contributor

@potipot potipot commented Oct 1, 2023

TODO:

  • update fridge_efficientdet_model link
  • reenable mmcv and mmseg tests
  • update installation script
  • update mmsegmentation and mmdet configs (+links)

DONE:

  • update to effdet 0.4.1
  • update to torch 1.13.1
  • update to fastai 2.7.10
  • update to yolov5==6.2.0 (dropped yolov5-icevision package)
  • increase GH runner swap to 10 gb to prevent tests from being Killed
  • fix show_records show_samples img display in notebooks

model support

  • ultralytics yolov5
  • efficientdet
  • torchvision
  • mmdet
  • mmseg

@codecov
Copy link

codecov bot commented Oct 1, 2023

Codecov Report

Merging #1174 (3adb0d1) into master (72d30c9) will increase coverage by 0.15%.
Report is 6 commits behind head on master.
The diff coverage is 86.36%.

@@            Coverage Diff             @@
##           master    #1174      +/-   ##
==========================================
+ Coverage   85.81%   85.96%   +0.15%     
==========================================
  Files         305      305              
  Lines        6710     6855     +145     
==========================================
+ Hits         5758     5893     +135     
- Misses        952      962      +10     
Flag Coverage Δ
unittests 85.96% <86.36%> (+0.15%) ⬆️

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

Files Coverage Δ
icevision/core/bbox.py 78.12% <100.00%> (+0.46%) ⬆️
icevision/core/mask.py 81.01% <100.00%> (ø)
icevision/core/record_components.py 81.47% <100.00%> (-0.11%) ⬇️
icevision/data/convert_records_to_fo.py 85.89% <100.00%> (ø)
icevision/data/data_splitter.py 93.87% <100.00%> (+2.44%) ⬆️
icevision/imports.py 90.56% <100.00%> (+0.18%) ⬆️
...etrics/dice_coefficient/binary_dice_coefficient.py 95.45% <ø> (ø)
...sion/metrics/jaccard_index/binary_jaccard_index.py 95.45% <ø> (ø)
icevision/models/inference_sahi.py 81.63% <100.00%> (-13.22%) ⬇️
icevision/models/mmdet/download_configs.py 80.95% <100.00%> (ø)
... and 13 more

... and 4 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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.

None yet

1 participant