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

Mmdet model #27

Merged
merged 38 commits into from
Jul 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
ff93c28
update model to mmdetection
christinab12 Jul 3, 2024
af9a765
remove unecessary packages and store config at mmdet path
christinab12 Jul 9, 2024
9ebbb5f
update paths
christinab12 Jul 10, 2024
e8fb305
fixed bugs and made yolo default
christinab12 Jul 10, 2024
82f93be
adding change of mmcv version in mmdet package to allow for install
christinab12 Jul 12, 2024
2428633
added description for problems during installation
christinab12 Jul 24, 2024
f43f2e1
Update DESCRIPTION.md
christinab12 Jul 24, 2024
19f8f72
Update README.md
christinab12 Jul 24, 2024
fe89f08
Update DESCRIPTION.md
christinab12 Jul 24, 2024
92dcde8
Update README.md
christinab12 Jul 24, 2024
6287a94
remove python 3.8 support
christinab12 Jul 24, 2024
9af3853
Merge branch 'mmdet-model' of https://github.com/HelmholtzAI-Consulta…
christinab12 Jul 24, 2024
80e6f50
attempt to remove mmcv from pip installation
christinab12 Jul 24, 2024
bd8defd
remove tox, go back to pytest
christinab12 Jul 25, 2024
8944912
fix indent
christinab12 Jul 25, 2024
503e949
remove post_install update readmes
christinab12 Jul 25, 2024
23f8272
change mmcv version
christinab12 Jul 25, 2024
d491e99
remove macos
christinab12 Jul 25, 2024
51a96be
set mmcv download loc
christinab12 Jul 25, 2024
674cb0f
change mmcv install
christinab12 Jul 25, 2024
54089d2
mim install with python
christinab12 Jul 25, 2024
bf936c8
trying with lite
christinab12 Jul 25, 2024
f2f9864
test mmcv
christinab12 Jul 25, 2024
f87e462
python quotes
christinab12 Jul 25, 2024
efe5185
python
christinab12 Jul 25, 2024
3e58878
quotations
christinab12 Jul 25, 2024
28475a2
try mmcv
christinab12 Jul 25, 2024
e6ac1e1
comment
christinab12 Jul 25, 2024
034f081
change install
christinab12 Jul 25, 2024
6722a1d
add compatibility fix
christinab12 Jul 25, 2024
7a7cbc7
change v
christinab12 Jul 25, 2024
132edb0
test
christinab12 Jul 25, 2024
083c5f0
toch
christinab12 Jul 25, 2024
4974bda
test2
christinab12 Jul 25, 2024
f8d3804
mim
christinab12 Jul 25, 2024
1146068
torch
christinab12 Jul 25, 2024
2e5be3c
typo
christinab12 Jul 25, 2024
b920e2b
final
christinab12 Jul 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change mmcv install
  • Loading branch information
christinab12 committed Jul 25, 2024
commit 674cb0ff55b8beec3cd31c680bc452817081bfa3
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
run: |
pip install -e ".[testing]" --no-cache-dir
mim install "mmcv<2.2.0,>=2.0.0rc4" --no-cache-dir -f https://download.openmmlab.com/mmcv/dist/cpu/torch2.4.0/index.html
python -m pip install "mmcv-full<2.2.0,>=2.0.0rc4" -f https://download.openmmlab.com/mmcv/dist/cpu/torch2.4.0/index.html
python -m pytest -s -v --color=yes
env:
PLATFORM: ${{ matrix.platform }}
Expand Down