Can Bölük
Can Bölük
Thanks for the kind words! Here's a quick overview of how I reverse engineered the AirPods protocol - no special hardware needed: **1. Find Where the Protocol Lives** On macOS,...
@brodycas3 auto tagging pictures & feature extraction. So far in my experiments I was able to do searches in untagged pictures (not from boorus) based on the training done using...
@MasterPetrik I didnt know about the tag logging feature nor about the Hidrus project; good to know about! I'll definitely let you know if I have some notable results. Illust2Vec...
The bytepatch I do changes: https://github.com/Bionus/imgbrd-grabber/blob/88bfbd66b2693387f05bf0f33d2bb7ad8737dd2a/lib/src/models/image.cpp#L203 `m_url = m_fileUrl.toString();` -> `m_url = m_previewUrl.toString();` and it seems to work fine for most images. It'd be really cool if you could add...
I was byte-patching the already-built executable file because I do not like to deal with Qt. Anyway, thanks a lot for considering the addition of this feature :)