junxnone / tio

Log
Other
10 stars 5 forks source link

Detectron2 - Training & Testing balloon dataset #725

Open junxnone opened 4 years ago

junxnone commented 4 years ago

Reference

Brief

image image image

Environment

mkvirtualenv -p python3 dtr
workon dtr
pip install torch torchvision
pip install cython pyyaml==5.1
pip install -U 'git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI'
pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu100/index.html

Download balloon Dataset

wget https://github.com/matterport/Mask_RCNN/releases/download/v2.1/balloon_dataset.zip
unzip balloon_dataset.zip > /dev/null

Train

Tuning

junxnone commented 4 years ago

339