6 lines
275 B
Bash
6 lines
275 B
Bash
|
echo "============================================"
|
||
|
echo "get trained model"
|
||
|
cd src/python/
|
||
|
wget -c https://github.com/matterport/Mask_RCNN/releases/download/v1.0/mask_rcnn_coco.h5
|
||
|
wget -c https://github.com/matterport/Mask_RCNN/releases/download/v2.1/mask_rcnn_balloon.h5
|