dwango / neural_style_synthesizer

GNU General Public License v3.0
15 stars 1 forks source link

OpenCV version 2 not 3? #4

Open enzyme69 opened 8 years ago

enzyme69 commented 8 years ago

I have a bit of issue with convert_video.py => this requesting for version 2 of opencv? Why not opencv3?

enzyme69 commented 8 years ago

Ok I switch to using version 2.4.9 but have issue...

prtscr capture_18

enzyme69 commented 8 years ago

Something wrong with convert video or my video is not being passed properly?

http://answers.opencv.org/question/30337/opencv-error-assertion-failed-scn-3-scn-4-in-cvcvtcolor-file-opencvmodulesimgprocsrccolorcpp-line-3648/

enzyme69 commented 8 years ago

http://stackoverflow.com/questions/30823698/error-destination-color-cpp3650-error-215-scn-3-scn-4-in-funct

Something wrong with the function...

enzyme69 commented 8 years ago

Oh gosh... I cannot find cv2.pyd that actually works, it keeps giving me error. Is it opencv2 or opencv3? opencv3 is not possible because it requests for module cv is not right:

AttributeError: 'module' object has no attribute 'cv'