jefflgaol
jefflgaol
You will need to install "sudo apt-get install gstreamer-plugins-base1.0-dev"
Already updated the instruction based on Pull Request by epicmario7133.
The easy way is to change this (computeProposals.py) ``` _, contours, _ = cv2.findContours(mask.copy(), cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_NONE) ``` to this ``` contours, _ = cv2.findContours(mask.copy(), cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_NONE) ```
http://academictorrents.com/details/27772adef6f563a1ecc0ae19a528b956e6c803ce It is mentioned in README.md
It's called data augmentation on the fly.