GithubHelp home page GithubHelp logo

zycv / openspeaker Goto Github PK

View Code? Open in Web Editor NEW
60.0 60.0 11.0 15.91 MB

OpenSpeaker is a completely independent and open source speaker recognition project. It provides the entire process of speaker recognition including multi-platform deployment and model optimization.

License: Apache License 2.0

CMake 6.40% C++ 90.11% C 3.48%
speaker-recognition speaker-verification voiceprint-recognition

openspeaker's People

Contributors

mo-g avatar zycv avatar

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

Watchers

 avatar  avatar  avatar

openspeaker's Issues

error: 'dummy’ may be used uninitialized [-Werror=maybe-uninitialized]

In file included from /home/stuart/OpenSpeaker/build/_deps/googletest-src/googletest/src/gtest-all.cc:42:
/home/stuart/OpenSpeaker/build/_deps/googletest-src/googletest/src/gtest-death-test.cc: In function ‘bool testing::internal::StackGrowsDown()’:
/home/stuart/OpenSpeaker/build/_deps/googletest-src/googletest/src/gtest-death-test.cc:1301:24: error: ‘dummy’ may be used uninitialized [-Werror=maybe-uninitialized]
 1301 |   StackLowerThanAddress(&dummy, &result);
      |   ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 -pthread -fPIC")

appended -Wno-maybe-uninitialized then compiles

error: speechbrain训练的模型,模型转化出现 try blocks aren't supported

speechbrain训练好的模型使用convert_to_torchscript.py转换时出现以下错误error,求问如何修改?

torch.jit.frontend.UnsupportedNodeError: try blocks aren't supported:
File "/home/wieneralan/projects/speechbrain/speechbrain/lobes/models/Xvector.py", line 101

    for layer in self.blocks:
        try:
        ~~~ <--- HERE
            x = layer(x, lengths=lens)
        except TypeError:

padding ?

Dear author:
I try to compare your fbank and torchaudio fbank. For an input with shape [1, 16000], the output of yours is [1, 98, 80], however, the torchaudio get [101, 80]. I guess some of padding is different between yours and torchaudio. Could you give some tips on how to align these two implementations? thank you very much.

大小写是否需要改一下

OpenSpeaker/voiceprint/voiceprint_main.cc
line 89: OpenSpeaker::Features features(sample_rate, feats_dims);

头文件里的定义是
namespace openspeaker {

大小写不匹配,编译的时候报错了,改成统一的就可以了。

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.