Remix.run Logo
andai 6 hours ago

They process the original image file with Python on the local device. (And I've seen the web chats do this with their "computer use" features too.)

The really wild one is even blind models will do this and they'll try to run stats on the pixels to figure out what it looks like... the even wilder thing is that it kind of works!

knollimar 5 hours ago | parent [-]

If the API accepts only 800 by 800, the aegument youre making is "fix it in the harness".

I don't think the n by n subgrid fixes this the way most harnesses do, as it'll fail to count things if you have more overlap and fail relatiomships if you have less

tjoff 3 hours ago | parent [-]

That seems weirdly specific?

And if you are counting things it should be trivial to note the position of your items and not double-count them, no?