[ / / / / / / / / / / / / / ] [ dir / random / 93 / biohzrd / hkacade / hkpnd / tct / utd / uy / yebalnia ]

/hydrus/ - Hydrus Network

Bug reports, feature requests, and other discussion for the hydrus network.
Name
Email
Subject
REC
STOP
Comment *
File
Password (Randomized for file and post deletion; you may also set your own.)
Archive
* = required field[▶Show post options & limits]
Confused? See the FAQ.
Embed
(replaces files and can be used instead)
Options

Allowed file types:jpg, jpeg, gif, png, webp,webm, mp4, mov, swf, pdf
Max filesize is16 MB.
Max image dimensions are15000 x15000.
You may upload5 per post.


This board will be deleted next Wednesday. I am moving to a General on 8chan.moe /t/. This board is archived at 8chan.moe /hydrus/!

File: f92895dc78e69e6⋯.gif (427.71 KB,500x341,500:341,f92895dc78e69e6061b23e30c2….gif)

202b5d No.10336

I had an ok week. I moved the login manager forward, dealt with all those periodic subscription popups from last week, and fixed up the tag siblings/parents layout.

The release should be as normal tomorrow.

____________________________
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

0c4ff8 No.10338

File: aea24297d4072a6⋯.png (65.28 KB,909x414,101:46,dxwkpg (1).png)

>>10336

Made a list for you https://ghostbin.com/paste/ktktv (currently researching image matching)

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

49bf79 No.10344

>>10338

Hydrus is using ImageHashes currently and the Levenshtein distances between those to determine image similarity. This is already in and usable via the special page "duplicates processing".

By saying you did some research, did you just google "image matching" and create a huge file with links to sources? Do you seriously expect the developer to take a look at all of these? I don't know man, if I'm not misunderstanding you, this isn't research at all.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

08cb3e No.10345

>>10344

I did some basic research on the principles behind SIFT/SURF and BRISK/ORB, which are using a radically different approach compared to image hash. That pad is just a larger reference list that we can explore further.

SIFT is just an image pyramid (image hierarchy with progressively lower resolution) with points of focus (high contrast and/or corners) combined with affine transformation medallions for those points

https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_feature2d/py_sift_intro/py_sift_intro.html

SURF is just SIFT, but with more box filters for black-and-white contrasts (basically wavelets are JPEG compression like systems for it) to save more time from traditional SIFT

https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_feature2d/py_surf_intro/py_surf_intro.html

BRIEF takes a different approach than SIFT and SURF, where instead of finding edge markers and use them as a base, it uses random straight lines to get the right pattern (which outperforms regular patterns)

https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_feature2d/py_brief/py_brief.html

ORB is a blend of FAST and BRIEF rolled into one, which beats the other three by a long shot (but there are more methods on the reading list that are more recent)

https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_feature2d/py_orb/py_orb.html

There are others like FAST, BRISK, FREAK, KAZE and AKAZE that are less common, and people are experimenting with other methods.

If you want something that absolutely works try https://github.com/pippy360/transformationInvariantImageSearch which is pretty easy to understand (albeit expected to be slower than modern methods)

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

08cb3e No.10346

>>10345

Also https://vision.fe.uni-lj.si/cvww2016/proceedings/papers/04.pdf (Quantitative Comparison of Feature Matchers Implemented in OpenCV3) and

https://sci-hub.tw/10.1109/m2vip.2016.7827292 (Comparison of OpenCV’s Feature Detectors and Feature Matchers)

All the algorithms listed are in OpenCV, so there is nothing to lose by implementing some of these.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

49bf79 No.10348

>>10345

>>10346

Alright got it. It seemed at first just like a huge link dump and "hey I did some research". The hint about all this already being available in OpenCV is great. Sorry for reacting like I did then.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

202b5d No.10358

This information is useful and interesting, but I unfortunately do not have time to go through it in any clever way. I can't work on big things like new duplicate finding algorithms in normal weekly work–it'll have to wait for the next iteration of the duplicate system. I'd also like to prioritise the duplicate processing workflow, which is the larger problem with the system right now.

I am most interested in face and other feature detection in cv. I expect to use some of this stuff when we push towards machine learning auto-tagging.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

d59c69 No.10363

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

27b97e No.12475

>>10338

In case of ghostbin closing down https://pastebin.com/KPaYiXNM

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.



[Return][Go to top][Catalog][Nerve Center][Random][Post a Reply]
Delete Post [ ]
[]
[ / / / / / / / / / / / / / ] [ dir / random / 93 / biohzrd / hkacade / hkpnd / tct / utd / uy / yebalnia ]