Earlier quoted context omitted.
For the car captchas, I've found actually clicking all the boxes with part of a car will always be a wrong answer (distinct from when it just makes you answer twice). Instead, you have to click on the squares that you know it thinks are cars. This creates a twisted Turing test situation where, to prove you are a human, you have to pretend to be a machine's idea of what a human is.
I have more problems with bridges than with cars. The damn thing forces you to select 3 bridges, except that there are only 2... So you are forced to select what it thinks is a bridge, and confirm his erroneous bias even more.
Facebook open-sources Detectron
181–188 of 188 posts
Re: Facebook open-sources Detectron
#182This looks amazing from the computing point of view (and is an achievement of sorts), yet the confidence percentages are lower than what an average human might be able to solve for (like in the case of CAPTCHA tests). Meanwhile, I wonder about the human costs if systems like these are adopted for purposes where they may be ill suited for, especially cases where their confidence scores are ignored (or mistakenly assum…
Care to give any examples of scenarios you are concerned about?
Re: Facebook open-sources Detectron
#183Earlier quoted context omitted.
I take it you don't use a VPN. I often have to pass a captcha just to use google search when in an IPv4 address. (Considering that ISPs are now allowed to sell my data, using a VPN seems to be an obvious choice.) It's annoying to the point that it's pushed me to use DuckDuckGo more often and I tend to avoid platforms that require me to continually take their captchas. I used Discord for a little while, but once it st…
Have you tried Startpage? Lets you Google search via their proxy servers, no issues with tor/vpn that I recall.
Re: Facebook open-sources Detectron
#184Earlier quoted context omitted.
I take it you don't use a VPN. I often have to pass a captcha just to use google search when in an IPv4 address. (Considering that ISPs are now allowed to sell my data, using a VPN seems to be an obvious choice.) It's annoying to the point that it's pushed me to use DuckDuckGo more often and I tend to avoid platforms that require me to continually take their captchas. I used Discord for a little while, but once it st…
So, you're traffic is coming from some provider that purposefully obfuscates info and your traffic is mixed with a bunch of other people's? I can't imagine why they view you as less likely to be verified as a real person...
My question is: are they doing this to simply get more training data for image classification, reduce server load by minimizing automated traffic, or to sanitize their queries for human input for NLP models?
Re: Facebook open-sources Detectron
#185Earlier quoted context omitted.
So, you're traffic is coming from some provider that purposefully obfuscates info and your traffic is mixed with a bunch of other people's? I can't imagine why they view you as less likely to be verified as a real person...
I'm not saying that it's an unreasonable assessment on their part, but it is a large annoyance. My question is: are they doing this to simply get more training data for image classification, reduce server load by minimizing automated traffic, or to sanitize their queries for human input for NLP models?
As someone that works in an industry where CAPTCHAs have historically played a large role, and some players flat our use technology to bypass them, and do so using proxy and/or VPN services to get good IP addresses to do so, I imagine those automated systems both corrupt the CAPTCHA system somewhat, since it looks like a large corpus of humans behave in a certain manner and it's not humans at all. It likely also causes those IPs to be considered by the CAPTCHA system as highly suspect whenever encountered.
For your next questions, the industry is event ticket resale, and no, we don't do that (there are aboveboard ways to function in this market that rely less on brute force and more on data mining and analysis for specific targeted investment, and sometimes long after it's been on sale).
Re: Facebook open-sources Detectron
#186Earlier quoted context omitted.
Anything created with free work should be free in return. Anything created by the public should be available for the public.
To use an in-thread example - online forums are created with free work. Should all forums be forced to make their archives available for free download as well?
Re: Facebook open-sources Detectron
#187Earlier quoted context omitted.
Anything created with free work should be free in return. Anything created by the public should be available for the public.
To use an in-thread example - online forums are created with free work. Should all forums be forced to make their archives available for free download as well?
Re: Facebook open-sources Detectron
#188Earlier quoted context omitted.
They exist and are (nearly all) open-sourced for CPU & Metal (I wrote some of them).
Nice - the "Detectron operators currently do not have CPU implementation; a GPU system is required." on https://github.com/facebookresearch/Detectron/blob/master/IN... is outdated then? Or is it the "nearly all" that's behind this statement?