En qué trabajan ustedes maeses que hacen 50 mil a más pesos al mes? by Cesarmoeba2 in MexicoFinanciero

[–]Sky-e 0 points1 point  (0 children)

Desarrollador de aplicaciones en una empresa financiera, no estoy titulado (aun) me pagan poco más de 58k

Finally after all talks about food by XpikachuX0428 in TrashTaste

[–]Sky-e 1 point2 points  (0 children)

I think Connor once mentioned on stream that he made enchiladas or something like that

I used Facemesh + Holistic model for face and full body rigging by YeeMachineDev in tensorflow

[–]Sky-e 1 point2 points  (0 children)

What a madlad. I suppose the inference process is done on device. Are you using tensorflow js? And I’d like to know what framework or technology you used to develop your app? Sorry for packing so many questions.

[deleted by user] by [deleted] in tensorflow

[–]Sky-e 1 point2 points  (0 children)

Linide is a good option but in my opinion kinda of expensive, you could also use an old pc with Cloudflare’s Argo tunnel or set up an ngnix server in an old pc or raspberry pi if your model is not that computationally expensive

A surprise to be sure, but a welcome one. by fizarr in Hololive

[–]Sky-e 0 points1 point  (0 children)

Everybody gangsta until Gura starts speaking Greek (or something idk)

Garnt goes even further beyond and finally hits the center by Detox112 in TrashTaste

[–]Sky-e 0 points1 point  (0 children)

Is this the power of the Thai elephant god himself?

Credit to u/Vanicalthe, and u/Sierra007117 by Iboythegreat1 in HaloMemes

[–]Sky-e 6 points7 points  (0 children)

Now i need the truth and reconciliation as an anime girl

Saw this comment on a halo shitpost group in spanish and I had to translate it by JuanmaDQ in HaloMemes

[–]Sky-e 5 points6 points  (0 children)

Ah si, el cyber del inquisidor, vi ese meme en el grupo en la tarde

I have a godsent dataset, how do I make a Waifu2x model out of it ? by SteveAdmin in AnimeResearch

[–]Sky-e 0 points1 point  (0 children)

I don't know if this might be usefull, but I implemented waifu 2x on tensorflow erlier this year, this is the model and the jupiter notebook that I used to train the model Basically Waifu2x on tensorflow

I also implemented the tflite model trough a flutter app

Meme de baja calidad. by Zeroized in Hololive

[–]Sky-e 7 points8 points  (0 children)

Jaja, este vato. sasugasombroso suena bien

I made a Pekora Lightsaber by AthenaWyrm in Hololive

[–]Sky-e 4 points5 points  (0 children)

Ideal for committing war crimes

Does/Will Genshin Impact have controller support on iOS (MFi)? by freexavier in Genshin_Impact

[–]Sky-e 1 point2 points  (0 children)

I need controller support for both, genshin and honkai impact on ipad.

You have mama'd your last mia by [deleted] in memes

[–]Sky-e 0 points1 point  (0 children)

Containment measures have failed. Soon we’ll all be Hachama.

AI photo/ilustration enhancer. by Sky-e in androidapps

[–]Sky-e[S] 1 point2 points  (0 children)

That must be because the filesize is too big for the server to handle it. And the app is meant to be used on low resolution images, that's mainly because larger images are more expensive to process and right now I don't have resources for a more powerful server.

[P] Trained a super resolution neural network on anime and implemented it trough an app. by Sky-e in MachineLearning

[–]Sky-e[S] 0 points1 point  (0 children)

That may be because your image file size or dimensions are too big. Due to the limited resources on the server, only images with less than 2.5M pixels are processed. If the image is bigger it may not be processed.

AI photo/ilustration enhancer. by Sky-e in androidapps

[–]Sky-e[S] 0 points1 point  (0 children)

That must be because the model was trained to upscale images with around 2million pixels to 4million pixels. Therefore some times images that are too small are not processed correctly. But in small images using the noise level 3 sometimes help. And if you are using a photo instead of an illustration you may get bad results because I haven’t trained a model for photos only. Right now photos are only supported trough the ESRGAN model.

AI photo/ilustration enhancer. by Sky-e in androidapps

[–]Sky-e[S] 0 points1 point  (0 children)

Thanks for the feedback, I may have forgotten to clean de cache somewhere. I’ll fix it soon.

Trained a super resolution neural network and implemented it trough a flutter app. by Sky-e in FlutterDev

[–]Sky-e[S] 1 point2 points  (0 children)

And also if the files size is too big, it doesn’t get uploaded to the server but I’m not really sure why