Computer Vision Midterm Project #Instructions to run the code:
- After cloning the project, navigate to the project directory named ‘canny-edge-detector’.
- Run the below command python canny_edge_detector.py --input_folder input --output_folder output
- The input_folder is from where the input images are read, and –output_folder is where the output images are going to get saved.
- In the given project structure input_folder is named as input and output_folder is named as output respectively.