Skip to content

GitLab

  • Menu
    • Projects Groups Snippets
      Help
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ketos ketos
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • public_projects
  • ketosketos
  • Merge requests
  • !158

Merged
Created 5 years ago by Oliver Kirsebom@kirsebomOwner

Improvements to audio_loader module

  • Overview 3
  • Commits 67
  • Pipelines 41
  • Changes 32

I have renamed audio_provider to audio_loader.

Also, there are now two classes: AudioSequenceLoader and AudioSelectionLoader

Edited 5 years ago by Oliver Kirsebom
  • Oliver Kirsebom
    Oliver Kirsebom @kirsebom · 5 years ago
    Author Owner

    @fsfrazao , I will make a few more changes to this branch before it is ready to be merged. So I have marked it as WIP for now.

  • Oliver Kirsebom @kirsebom marked as a Work In Progress 5 years ago

    marked as a Work In Progress

  • Oliver Kirsebom @kirsebom changed title from Improvements to audio_loader module to WIP : Improvements to audio_loader module 5 years ago

    changed title from Improvements to audio_loader module to WIP : Improvements to audio_loader module

  • Oliver Kirsebom @kirsebom changed the description 5 years ago

    changed the description

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • 7479acd8 - audio_lodaer - ENH - refactored class

    Compare with previous version

  • Oliver Kirsebom @kirsebom unmarked as a Work In Progress 5 years ago

    unmarked as a Work In Progress

  • Oliver Kirsebom @kirsebom changed title from WIP : Improvements to audio_loader module to Improvements to audio_loader module 5 years ago

    changed title from WIP : Improvements to audio_loader module to Improvements to audio_loader module

  • Oliver Kirsebom
    Oliver Kirsebom @kirsebom · 5 years ago
    Author Owner

    Done! Feel free to review anytime now.

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • 7192b137 - selection_table -ENH -added method for creating file duration table

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • 464ce562 - selection_table -TST- fixed failing ttest

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • 7a0083c6 - audio_loader - ENH - label, if available, is passed on to waveform/spectrgraom object

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • 28060a14 - audio_loader - ENH - label, if available, is passed on to waveform/spectrgraom object

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 5 commits 5 years ago

    added 5 commits

    • edbb7187 - parsing - ENH - changed spectrogram config
    • 33f4342d - audio_loader, parsing - ENH - audio loader can accept json config dictionary
    • 20df958c - axis - BUG - closed_right argument for log2axis
    • 7586e649 - fixed docstring
    • 99996704 - Merge branch 'spec_config' into 'selection_iterator'

    Compare with previous version

    Toggle commit list
  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • 50f40843 - audio_loader - ENH - added method num() that returns number of segments

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • 31ba68f5 - audio_loader - TST - spectrogram retains source data

    Compare with previous version

  • Oliver Kirsebom @kirsebom marked as a Work In Progress 5 years ago

    marked as a Work In Progress

  • Oliver Kirsebom @kirsebom changed title from Improvements to audio_loader module to WIP : Improvements to audio_loader module 5 years ago

    changed title from Improvements to audio_loader module to WIP : Improvements to audio_loader module

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • 52f176c2 - database_interface - ENH - audio writer allows max_size=None

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • 24572d50 - database_interface - ENH - tracking of audio source (filename, offset) can be...

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • f92e76ac - audio_loader - DOC - added docstring example to AudioFrameLoader

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • 33f138d0 - spectrogram - ENH - enforce lower case of window function name

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • f1449975 - audio_loader - ENH - replaced eval with audio_repres_dict

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 2 commits 5 years ago

    added 2 commits

    • c5fcd9fe - spectrogram,annotation - BUG/ENH - plot method can draw annotation box, fixed...
    • 3c92c8d1 - annotation - TST - added unit test for freq crop

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • 83047287 - resolved issues in base_audio and anotations

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • 117e48de - database_interface - ENH - implemented create_database method

    Compare with previous version

  • Oliver Kirsebom
    Oliver Kirsebom @kirsebom · 5 years ago
    Author Owner

    Hi @Fabio , I have added the 'create_database' method to this branch. I have renamed some of the arguments, and added some additional ones. See how you feel about it. There is currently only 1 unit test for this method. Perhaps we should add a few more. A docstring example would also be nice.

  • Oliver Kirsebom @kirsebom added 3 commits 5 years ago

    added 3 commits

    • fca22943 - database_interface - BUG - renamed id variable
    • 6c9754eb - Merge branch 'selection_iterator' of...
    • fa85346e - database_interface - TST - unit test checks that rows have proper ids

    Compare with previous version

  • Fabio Frazao @fsfrazao added 3 commits 5 years ago

    added 3 commits

    • b2daa75f - docs/tutorials_create_database-DOC-Add tutorial
    • 109723e9 - Merge branch 'selection_iterator' of...
    • b6cf77a7 - test_database_interface-TST- add 'test_create_database_ids'

    Compare with previous version

  • Fabio Frazao @fsfrazao added 1 commit 5 years ago

    added 1 commit

    • ceb4e96a - database_interface-ENH-write_audio,write_annot-> add flush tables after each row.append()

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • c11e3f0c - waveform,spectrogram - ENH - from_wav methods accept argument 'id'

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • ad1ae4b6 - audio_loader - ENH - selection iterators return data_dir and filename

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • 8fd9212c - database_interface - TST - fixed failing test

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • ae3b115d - added wheel as requirement in setup file and changed tensorflow version to 2.0.0b0

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • e1e1b6d9 - data_handling - ENH - improvements to find_files and find_wave_files

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • 87c3d472 - spectrogram - BUG - fixed bug in from_waveform method

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • eea52fe7 - misc - BUG - pad_reflect can pad more than signal duration

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • 2d4a69d1 - DOC fix

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • 4c0aff36 - DOC fix

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • f7724f9c - DOC fix

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • c0175ede - audio_loader - ENH - option to specify uniform duration via audio representation dictionary

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • 9755279a - changed tensorflow version requirement to 2.1

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 17 commits 5 years ago

    added 17 commits

    • d2d307e9 - database_interface - ENH - added option label_in_data_table
    • aa520102 - database_interface - ENH - added option label_in_data_table
    • 9c2076ae - database_inteface - enh - load_specs renamed to load_audio and also loading annotation data
    • 702a72d3 - database_inteface - enh - updated filter_by_label method
    • 0030ab30 - selection_table - ENH - standaridze method only returns lable dict if request
    • 685960cc - fixed failing unit test
    • 81b83e76 - selection_table - enh - ensure label is int
    • 8d3f49ff - parsing - BUG - convert str to int
    • fd54a1b0 - data_handling - BUG - added np.asfortranarray(data) in read_wave
    • 1016bdb0 - CLN
    • bbba4f76 - axis - BUG - fixed bug in y axis labeling
    • 8117d3e3 - database_interface - enh - new weak labelling appraoch
    • 6b05eeeb - database_interface - enh - removed obsolete talbe description metohd
    • 70b9be29 - database_interface - TST/DOC - fix failing tests
    • c8fe1820 - database_interface - ENH - data_index replaces data_id
    • de1bdac5 - database_inteface - enh - indexing of data_index
    • 30036ddc - Merge branch 'batch_gen_perform' into 'selection_iterator'

    Compare with previous version

    Toggle commit list
  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • b9dfbd2c - selection_table - BUG - bug fix in create-rndm-backgroud

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • 73b061a8 - database_interface - BUG - fixed minor bug in craete_database

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • 869957c1 - database_interface - ENH - option to resize audio object in create_database and audio_writer

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • 319f294e - selection_table - enh - select by segmenting does not need annotations table

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • 422a2fbb - spectrogram - BUG - chcke window func has value before making lower case

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • 71bb9471 - spectrogram - enh - changed default window to hann for cqt

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • 1e8d51b2 - spectrogram - enh - changed default window to hann for cqt

    Compare with previous version

  • Oliver Kirsebom @kirsebom added 1 commit 5 years ago

    added 1 commit

    • f34e3767 - audio_loader - ENH - option to specify list of filenames for audio frame lodear

    Compare with previous version

  • Oliver Kirsebom @kirsebom unmarked as a Work In Progress 5 years ago

    unmarked as a Work In Progress

  • Oliver Kirsebom @kirsebom changed title from WIP : Improvements to audio_loader module to Improvements to audio_loader module 5 years ago

    changed title from WIP : Improvements to audio_loader module to Improvements to audio_loader module

  • Oliver Kirsebom @kirsebom assigned to @kirsebom and unassigned @fsfrazao 5 years ago

    assigned to @kirsebom and unassigned @fsfrazao

  • Oliver Kirsebom @kirsebom merged 5 years ago

    merged

  • Oliver Kirsebom @kirsebom mentioned in commit d11065a1 5 years ago

    mentioned in commit d11065a1

  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
Viewing commit 33f4342d
Prev Next
Show latest version
  • 33f4342d
    Oliver Kirsebom
    audio_loader, parsing - ENH - audio loader can accept json config dictionary · 33f4342d
    Oliver Kirsebom authored 5 years ago
Assignee
Oliver Kirsebom's avatar
Oliver Kirsebom
@kirsebom
Assign to
0 Reviewers
None
Request review from
Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Lock merge request
Unlocked
2
2 participants
Oliver Kirsebom
Fabio Frazao
Reference: public_projects/ketos!158
Source branch: selection_iterator

Menu

Projects Groups Snippets
Help