icevision icon indicating copy to clipboard operation
icevision copied to clipboard

Fix icevision master branch

Open potipot opened this issue 2 years ago • 1 comments

TODO:

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

DONE:

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

model support

  • [x] ultralytics yolov5
  • [x] efficientdet
  • [x] torchvision
  • [x] mmdet
  • [x] mmseg

potipot avatar Oct 01 '23 12:10 potipot

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%) :arrow_up:

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%) :arrow_up:
icevision/core/mask.py 81.01% <100.00%> (ø)
icevision/core/record_components.py 81.47% <100.00%> (-0.11%) :arrow_down:
icevision/data/convert_records_to_fo.py 85.89% <100.00%> (ø)
icevision/data/data_splitter.py 93.87% <100.00%> (+2.44%) :arrow_up:
icevision/imports.py 90.56% <100.00%> (+0.18%) :arrow_up:
...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%) :arrow_down:
icevision/models/mmdet/download_configs.py 80.95% <100.00%> (ø)
... and 13 more

... and 4 files with indirect coverage changes

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

codecov[bot] avatar Oct 01 '23 20:10 codecov[bot]