Git Product home page Git Product logo

Comments (3)

niemiaszek avatar niemiaszek commented on July 17, 2024

@matejaputic Have you experimented with this code?
for me baase implementation works great for looking for exact matches (recognise x when x was previously added via register) and for fragments of audio extracted from x. it doesn't work for very similar fragments or recordings (when exact recording wasn't added via register).
Changing hashing to your suggestion doesn't really help tho. It boosts scores for exact matches but stops to work well for fragments of registered audio and still sucks for searching similar audio.

from abracadabra.

puhoy avatar puhoy commented on July 17, 2024

I just stumbled over that line too. Dont know what it should be, but p2[1]-p2[1] doesnt look right.

from abracadabra.

drewsilcock avatar drewsilcock commented on July 17, 2024

@matejaputic Have you experimented with this code? for me baase implementation works great for looking for exact matches (recognise x when x was previously added via register) and for fragments of audio extracted from x. it doesn't work for very similar fragments or recordings (when exact recording wasn't added via register). Changing hashing to your suggestion doesn't really help tho. It boosts scores for exact matches but stops to work well for fragments of registered audio and still sucks for searching similar audio.

The suggested change is correct and this is a typo. Like you said, I still didn't find it was particularly good at recognising anything other than directly cutting parts of the original song. I played around with the find_peaks() to use the technique from https://github.com/worldveil/dejavu/blob/master/dejavu/logic/fingerprint.py#L55C4-L55C4 and it's working much better now. The technique the dejavu folk are using for generating the peaks seems to be much more reliable than the naive maximum_filter() that is currently being used here.

from abracadabra.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.