File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232
3333 - name : Install MMDet dependencies
3434 run : |
35- pip install mmengine>=0.7.0
36- pip install mmcv>=2.0.0
37- pip install mmdet>=3.0.0
35+ pip install " mmengine>=0.7.0,<0.9.0"
36+ pip install " mmcv>=2.0.0,<3.0.0"
37+ pip install " mmdet>=3.0.0,<4.0.0"
3838
3939 - name : Run MMDet tests with flexible thresholds
4040 run : |
4949 # Test MMDet integration
5050 python -c "
5151 try:
52- from sahi.models.mmdetection import MMDetectionModel
52+ from sahi.models.mmdet import MmdetDetectionModel
5353 print('✅ MMDet model import successful')
5454 except ImportError as e:
5555 print(f'⚠️ MMDet import warning: {e}')
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ torch>=2.0.0
1515torchvision >= 0.15.0
1616numpy >= 1.21.0
1717
18- # MMDet dependencies for Python 3.11
19- mmengine >= 0.7.0
20- mmcv >= 2.0.0
21- mmdet >= 3.0.0
18+ # MMDet dependencies for Python 3.11 (compatible versions)
19+ mmengine >= 0.7.0 , < 0.9.0
20+ mmcv >= 2.0.0 , < 3.0.0
21+ mmdet >= 3.0.0 , < 4.0.0
Original file line number Diff line number Diff line change 1+ [33m45565f9[m[33m ([m[1;36mHEAD[m[33m -> [m[1;32mfeat/batched-gpu-inference[m[33m)[m Fix MMDet CI: Add requirements files and simplify workflow
2+ [33md1f3fb4[m[33m ([m[1;31morigin/feat/batched-gpu-inference[m[33m)[m Fix CI issues: Add missing BatchedSAHIInference class and fix formatting
3+ [33mce4a372[m Fix mmdet-tests workflow with flexible thresholds
4+ [33mcdd741e[m Fix CI test failures with flexible thresholds + comprehensive fixes
5+ [33m4bd27ec[m Fix CI issues and improve code quality
You can’t perform that action at this time.
0 commit comments