liuliu / ccv

C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library
http://libccv.org
Other
7.08k stars 1.71k forks source link

error when I test #181

Closed rainbow0727 closed 8 years ago

rainbow0727 commented 8 years ago

when I run the command as you give on the docs,I got error ./icfdetect 1.jpg ../samples/pedestrian.icf I get true results ./icfdetect 1.jpg ../samples/pedestrian.icf | ./icfdraw.rb 1.jpg output.jpg BUT I get error, ./icfdraw.rb: line 1: 42: command not found ./icfdraw.rb: line 2: total: command not found OR sometime ./icfdraw.rb has no permission But when I try ./icfdetect 1.jpg ../samples/pedestrian.icf | sudo tee ./icfdraw.rb output.jpg I get true results @liuliu