Introduction to Image Processing and Computer Vision
To install requirements
pip install -r requirements.txt
Simple image processing example. Your homework is to fill in the function with an image processing operation
python 01_image_input.py /path/to/your/image.jpg
Simple implementation of Mask Inference
git clone https://github.com/matterport/Mask_RCNN.git
Then
cd Mask_RCNN
python setup.py install
Just to confirm installation, any of the following,
just to verify the entry mask-rcnn==2.1
pip show mask-rcnn
pip freeze
To run the Mask-RCNN example:
python example.py /path/to/your/image.jpg
To obtain the architecture and weights file go to the google drive for this particular project, ask Luis for details.