Show KF: Draw a fish and watch it swim with the others

1754199388534.webp
 
How many attempts did it take to get here? Only managed to get three fish in that reached probability, several other attempts got past 60% but got rejected either by shadowban or filter. Good work by the way.

To add, not that hard to potentially access this page in full. Just typing that link in, it partially loads before slapping you with a login screen -
View attachment 7729512
Just hitting the refresh X before the page loads locks it in.
View attachment 7729516
Not sure I want to download all of that, but this might also not require a login to get?
View attachment 7729527
The 'swipe to mod' page. Help button popup below.
View attachment 7729529View attachment 7729533
View attachment 7729534
1754199311286.webp
"and fish.csv for easy analysis"

Uhh, well. Did not expect that to work. The training data downloader on the mod page does indeed function without needing a login. I now had a 200mb zip file of all of the fish submitted so far minus 3, presumably?

Some examples of what's there:
Fish:
1754199593248.webp
1754199609450.webp
Not Fish:
1754199502173.webp
1754199528725.webp

These aren't the tiny images that actually load when you run the fish tank page, they're pngs of different sizes, for example 480x240. Can submit it here if that's kino, but I've effectively downloaded something that wasn't necessarily public. Anybody can grab it from that page though by hitting the training data button. This site is hilariously insecure. Will dig around for some funny submissions. Largest image in the fish category is this one at 127 kb, I haven't extracted the zip.
1754199838870.webp
Edit: Not to say the fish tank isn't filled with pngs, they're just cut way down to size. The zip has the uncompressed submissions.
 
how to load images:

go to the main page with the drawing box, hit f12 -> console, paste
const input = document.createElement("input");
document.body.append(input);
input.type = "file";
input.accept = "image/*";
input.onchange = e => {
if (input.files && input.files[0]) {
const canvas = document.getElementById("draw-canvas");
const ctx = canvas.getContext("2d");
createImageBitmap(input.files[0]).then(img => ctx.drawImage(img, 0, 0));
}
};
attach the image and go hog wild.
 
how to load images:

go to the main page with the drawing box, hit f12 -> console, paste
const input = document.createElement("input");
document.body.append(input);
input.type = "file";
input.accept = "image/*";
input.onchange = e => {
if (input.files && input.files[0]) {
const canvas = document.getElementById("draw-canvas");
const ctx = canvas.getContext("2d");
createImageBitmap(input.files[0]).then(img => ctx.drawImage(img, 0, 0));
}
};
attach the image and go hog wild.
@Facom made a tampermonkey script to auomate this a bit ago.

By the way, facom, your shark is the 5th largest fish image upload so far. As in categorized as fish by the mod tool and filtered into that category for training.
1754200106925.webp

I didn't realize you drew on it to get past the filter :story:
 
@Facom made a tampermonkey script to auomate this a bit ago.
Oh neat, I was wondering because i checked the thread and nobody had posted it. I do remember seeing that post too because it was something like "testing" and then the image of the shark.
Oh I was using a script to fucking actual draw them on there.
Your one looks FAR better than just raw images though.
 
  • Like
  • Feels
Reactions: Facom and Toolbox
They must be jannying at the speed of light. I'm just trying to upload a lil shork and the site is chimping out.

Screenshot_20250803_005605_Brave.webp

Edit: must be a lot of uploader traffic because they keep destroying my little feesh when I want to actually play by the rules.... they're basically asking me to niggerfish if they keep murdering my children.

Screenshot_20250803_010026_Brave.webp
 
Back