captcha_recognition icon indicating copy to clipboard operation
captcha_recognition copied to clipboard

Results 3 captcha_recognition issues
Sort by recently updated
recently updated
newest added

createcoolcaptchas.php The document is the default option But I run the results of less than 90% Output_accuracy.txt 5000: 0.05% 10000: 0.60% 15000: 2.65% 20000: 3.95% 25000: 4.10% 30000: 3.55% 35000:...

https://github.com/tum-vision/captcha_recognition/blob/master/code/src/test_network.py#L96 def __init__(self, model_file, pretrained_file, image_dims=None, mean=None, input_scale=None, raw_scale=None, channel_swap=None): the third param shall be image_dims and not a GPU

Hi guys. I read your thesis and the paper and liked it, but can't run the code. I'm trying to run your code, but I stumble upon some different issues...