Code Monkey home page Code Monkey logo

voxceleb_unsupervised's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

voxceleb_unsupervised's Issues

Inquiries on multi-modal data loader

Hi, thank you for your amazing work. I'm wondering whether there is an instruction for loading both the image face frames as well as the speech segments.

data pipeline not work

  File "/nfs/spk/voxceleb_unsupervised/DatasetLoader.py", line 66, in __getitem__
    audio = loadWAVSplit(self.data_list[index], self.max_frames).astype(numpy.float)
  File "/nfs/spk/voxceleb_unsupervised/DatasetLoader.py", line 198, in loadWAVSplit
    raise e
  File "/nfs/spk/voxceleb_unsupervised/DatasetLoader.py", line 194, in loadWAVSplit
    startframe = random.sample(range(0, randsize), 2)
  File "/nfs/project/tools/anaconda2/lib/python3.6/random.py", line 320, in sample
    raise ValueError("Sample larger than population or is negative")
ValueError: Sample larger than population or is negative

Question about using GRL layer

Hello, thank you for good resource.
I guess, in the paper, reversing gradients is only done when the embedding training phase.
However, in the source code, it seems that the discriminator training phase also goes through the GRL layer, so I wonder why.

I can't follow the result in your paper

Thanks for your work. When I reproduce your paper, i can't achieve the result in your paper: AP+Nosie+RIR eer=9.56%,
AP+AAT+Noise+RIR=8.65%, I only get the result: AP+Nosie+RIR eer=11.78%, AP+AAT+Noise+RIR=10.08%. Is there anything else I need to pay attention to during training?

At DatasetLoader, convolve question

def gen_echo(ref, rir, filterGain):

rir     = numpy.multiply(rir, pow(10, 0.1 * filterGain))    
echo    = signal.convolve(ref, rir, mode='full')[:len(ref)]   

return echo

in this function, rir data type is float32, but ref data type is int16.

can convolve the different data type data?

Is there any problem in terms of signal processing?

Loading previous learning rate state

Hello,

for ii in range(0,it-1):
    if ii % args.test_interval == 0:
        clr = s.updateLearningRate(args.lr_decay) 

It seems to be one more learning rate decay when ii is zero.
Thank you.

Question about augmentation type 3 "RIR & Noise" and resource of ATT

Hi. Thank you very much for the good material!

In your code, I can't find the augmentation part including both the RIR and noise employed in your paper.
In addition, I'm wondering if the resource of the Augmentation Adversarial Training will be released or not.

Thank you.

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.