Skip to content
Snippets Groups Projects
Commit 2ac32474 authored by Pavel KORSHUNOV's avatar Pavel KORSHUNOV
Browse files

[sphinx] Hacked warnings

parent ed59cbd8
Branches
No related tags found
1 merge request!3[sphinx] Hacked warnings
Pipeline #
from .gmm_algorithm import GmmAlgorithm from .gmm_algorithm import GmmAlgorithm
from .logregr_algorithm import LogRegrAlgorithm from .logregr_algorithm import LogRegrAlgorithm
# gets sphinx autodoc done right - don't remove it
__all__ = [_ for _ in dir() if not _.startswith('_')]
from .lbps import LBPs
from .ratios import Ratios
from .vectors_ratios import VectorsRatios from .vectors_ratios import VectorsRatios
from .glcms import GLCMs from .glcms import GLCMs
from .spectrogram_extended import SpectrogramExtended from .spectrogram_extended import SpectrogramExtended
from .lbps import LBPs
from .lbp_histograms import LBPHistograms from .lbp_histograms import LBPHistograms
from .ratios import Ratios
# gets sphinx autodoc done right - don't remove it
__all__ = [_ for _ in dir() if not _.startswith('_')]
...@@ -4,7 +4,7 @@ import bob.ip.base ...@@ -4,7 +4,7 @@ import bob.ip.base
import bob.sp import bob.sp
from .lbps import LBPs from bob.pad.voice.extractor import LBPs
import logging import logging
......
import numpy import numpy
from .ratios import Ratios from bob.pad.voice.extractor import Ratios
import math import math
import logging import logging
......
python
numpy
bob.bio.spear
gridtk
bob.db.base
bob.db.avspoof
\ No newline at end of file
...@@ -10,5 +10,20 @@ Presentation Attack Detection in Voice Biometrics ...@@ -10,5 +10,20 @@ Presentation Attack Detection in Voice Biometrics
This package is an extension of the ``bob.pad.base`` presentation attack detection (PAD) framework package for voice biometrics. This package is an extension of the ``bob.pad.base`` presentation attack detection (PAD) framework package for voice biometrics.
==================================
Tools implemented in bob.pad.voice
==================================
Extractors
----------
.. automodule:: bob.pad.voice.extractor
Algorithms
----------
.. automodule:: bob.pad.voice.algorithm
Databases
---------
.. automodule:: bob.pad.voice.database
\ No newline at end of file
py:class File
py:class BioFile
py:class BioFileSet
py:class bob.pad.base.database.PadFile
py:class bob.pad.base.database.file.PadFile
py:class bob.bio.base.database.database.BioDatabase
py:class bob.pad.base.database.database.PadDatabase
py:class bob.bio.base.preprocessor.Preprocessor.Preprocessor
py:class bob.bio.base.extractor.Extractor.Extractor
py:class bob.bio.base.database.file.BioFile
py:class bob.pad.voice.extractor.ratios.Ratios
py:class bob.pad.voice.extractor.lbps.LBPs
py:class bob.pad.base.algorithm.Algorithm.Algorithm
...@@ -5,3 +5,4 @@ bob.pad.base ...@@ -5,3 +5,4 @@ bob.pad.base
bob.bio.spear bob.bio.spear
bob.bio.gmm bob.bio.gmm
bob.ap bob.ap
bob.io.base
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment