UCSD-E4E / Pyrenote

Pyrenote, the Audio Labeling System for Acoustics Specifies Identification Project, is built to generate human moment-to-moment labels on audio files. At present, being used to label bird audio data. Derived from the open source repo Audino
https://pyrenote.duckdns.org/
MIT License
15 stars 5 forks source link

Next Button Rework 3 Idea: Cutting the refresh #94

Closed Sean1572 closed 3 years ago

Sean1572 commented 3 years ago

http://eecs.qmul.ac.uk/~keno/17.pdf

I was reviewing this audio labeling system. One feature they include is loading audio clips on the same page rather than refreshing the page. We should spend experiment and see if we can implement a similar feature and if that improves the amount of time needed to label data.

Sean1572 commented 3 years ago

Started testing this idea out in further detail in the cut-refresh branch

Sean1572 commented 3 years ago

One issue: what if user acceidently clicks out of page, they would lose thier spot of where they annotated

Sean1572 commented 3 years ago

https://github.com/UCSD-E4E/Pyrenote/tree/cut-refreash <- demo ready

Sean1572 commented 3 years ago

How does user know which clip to go back to?