amirassov / kaggle-imaterialist

The First Place Solution of Kaggle iMaterialist (Fashion) 2019 at FGVC6
https://www.kaggle.com/c/imaterialist-fashion-2019-FGVC6
MIT License
484 stars 118 forks source link

Link in prepare_weights.sh not working. #14

Open AyushiG1 opened 3 years ago

AyushiG1 commented 3 years ago

!/usr/bin/env bash

mkdir /dumps wget https://s3.ap-northeast-2.amazonaws.com/open-mmlab/mmdetection/models/htc/htc_dconv_c3-c5_mstrain_400_1400_x101_64x4d_fpn_20e_20190408-0e50669c.pth -O /dumps/htc_dconv_c3-c5_mstrain_400_1400_x101_64x4d_fpn_20e_20190408-0e50669c.pth python /kaggle-imaterialist/src/prune.py \ --weights=/dumps/htc_dconv_c3-c5_mstrain_400_1400_x101_64x4d_fpn_20e_20190408-0e50669c.pth \ --output=/dumps/htc_dconv_c3-c5_mstrain_400_1400_x101_64x4d_fpn_20e_20190408-0e50669c_prune.pth

The link in line 4 is not working i.e. https://s3.ap-northeast-2.amazonaws.com/open-mmlab/mmdetection/models/htc/htc_dconv_c3-c5_mstrain_400_1400_x101_64x4d_fpn_20e_20190408-0e50669c.pth is not working. So please provide an alternative.

mohsenganj commented 2 years ago

Please provide an alternative. I stuck at this point.