Skip to content

Commit 52b5494

Browse files
committed
[fix] install of mmdetection dependencies for a wider range of platforms
1 parent 57f7467 commit 52b5494

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,8 @@ if [ "${MODEL,,}" == "mmpose" ] || [ ${MODEL} == "all" ]; then
281281
echo
282282

283283
pip install -U openmim
284-
mim install "mmcv==2.0.1"
284+
mim install mmcv-full
285+
285286

286287
# clone
287288
if [ -z "$(ls -A ${MODELS_SOURCE_DIR}/mmpose)" ]; then

0 commit comments

Comments
 (0)