Skip to content

Introduction to Image Processing and Computer Vision

License

Notifications You must be signed in to change notification settings

luisfciencias/intro-cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

intro-cv

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.

About

Introduction to Image Processing and Computer Vision

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages