Peter Krantz

Results 25 comments of Peter Krantz
trafficstars

Currently the library does not support speech context but it would be great if it did. Speech context helps Google Speech recognition in determining common phrases and words. For people...

+1. A simple API would be great for small scale recording and automation. Some use cases: 1. Pushing a single web page to be recorded by Webrecorder from a different...

Ah ok!, thank you! Is there a way to output higher resolution images from random_samples.py?

Ah so training on a larger image I can use this? ``` python main_train.py --input_name --max-size 2000 ```

This does not happen in v 1.6.4 (although sidebar ads are not detected at all it seems)

Ah, I see. Maybe a simple check cpuld be to see if all tiles returned have the same checksum and then drop to plain background? (would probably fail for people...

With an additional filename pattern filter setting this would be very useful. If warcs have been collected in some other platform that lacks indexing and playback it would be great...

I get the same error with 3.4. `dyld: Library not loaded: /usr/local/opt/opencv/lib/libopencv_stitching.3.4.dylib Referenced from: /Users/petkra/.pyenv/versions/3.5.2/lib/python3.5/site-packages/facemorpher/bin/stasm_util_osx_cv3.4 Reason: image not found Command '['/Users//.pyenv/versions/3.5.2/lib/python3.5/site-packages/facemorpher/bin/stasm_util_osx_cv3.4', '-f', '/Users//.pyenv/versions/3.5.2/lib/python3.5/site-packages/facemorpher/data', './faces/face_0.jpg']' returned non-zero exit status -6`

I have the same error when using mysql. Setting up the schema_migrations table manually with like this does not help. ``` sql CREATE TABLE `schema_migrations` ( `id` int(11) unsigned NOT...