all:
	# install pycocotools/mask locally
	# copy from https://github.com/pdollar/coco.git
	python setup.py build_ext --inplace
	rm -rf build

