peterswang

Results 4 issues of peterswang

I downloaded this project and imported into a project in Android Studio as a module. Made following changes in build.grade: ``` compileSdkVersion 21 buildToolsVersion "21.1.2" defaultConfig { applicationId "com.polysfactory.opencvocr" minSdkVersion...

On 10.10.3, with Python 2.7.10 and boost and boost-python 1.58.0. Built using: > cmake .. -DCMAKE_BUILD_TYPE=Release -DDATA_DIR=~/test_images/coco-master/images/val2014 -DUSE_PYTHON=2 > make -j9 Saw some warnings only, such as: In file included...

Running on OS X 10.10 Yosemite. JAVA_HOME is set: $ echo $JAVA_HOME /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home JPype install completed: ... Installed /usr/local/lib/python2.7/site-packages/JPype1-0.5.7-py2.7-macosx-10.10-x86_64.egg Processing dependencies for JPype1==0.5.7 Finished processing dependencies for JPype1==0.5.7 When importing...

Tried the following, but only got the title, and no text: > > > from goose import Goose > > > url = 'http://householdproducts.nlm.nih.gov/cgi-bin/household/list?tbl=TblBrands&alpha=0' > > > g = Goose()...