Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

Mrcnn #733

Draft
wants to merge 57 commits into
base: master
Choose a base branch
from
Draft

Mrcnn #733

wants to merge 57 commits into from

Conversation

LucienZhang
Copy link
Contributor

zip file of basic unit for showing the demo:

lmsvr01:/storage/lucien/coco.zip

essential files used for training on coco dataset:

lmsvr01:/home/zhang/blueoil/lmnet/lmnet/networks/instance_segmentation/annotations/*.json

files in path blueoil/lmnet/lmnet/networks/instance_segmentation/

balloon.py: file to train mask rcnn on ballon dataset.
camera.py: file to run the demo with webcam
coco.py: file to train mask rcnn on coco dataset.
config.py: essential file used for training mask rcnn
keras_linear.py: useless, can be deleted
model.py: useless, can be deleted.
model_quantized.py: quantized model of mask rcnn
mrcnn.py: useless, can be deleted.
parallel_model.py: used if you train the model on multiple GPUs
requirements.txt: the requirements used for this model
resnet18_quantized.py the quantized backbone resnet 18 for the model. run it to train resnet 18 on imagenet or import it as the backbone.
smaller_resnet18_quantized.py: the is a smaller version of resnet 18, not used yet.
utils.py: used in mask r cnn
visualize.py: used for showing the demo.

commands

to train the backbone:
PYTHONPATH=/home/zhang/blueoil/lmnet/ python resnet18_quantized.py
to train mask r cnn on balloon dataset:
PYTHONPATH=/home/zhang/blueoil/lmnet/ python balloon.py train --dataset=/storage2/dataset/balloon --weights=resnet18
to train mask r cnn on coco dataset:
PYTHONPATH=/home/zhang/blueoil/lmnet/ python coco.py train --dataset=/storage/dataset/MSCOCO --model=/home/zhang/blueoil/lmnet/lmnet/networks/instance_segmentation/backbone/q15.hdf5

@blueoil-butler blueoil-butler bot added the CI: auto-run Run CI automatically label Jan 20, 2020
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

1 similar comment
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CI: auto-run Run CI automatically
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants