Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
AutoKara
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Wiki externe
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Extraits de code
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Déploiement
Releases
Registre de conteneur
Registre de modèles
Opération
Environnements
Surveillance
Incidents
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse CI/CD
Données d'analyse du dépôt
Expériences du modèle
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
bakaclub
AutoKara
Validations
e9280f61
Valider
e9280f61
rédigé
1 year ago
par
Sting
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
Update ReadMe and requirements
parent
2c550016
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion
!3
Madmom
Modifications
2
Masquer les modifications d'espaces
En ligne
Côte à côte
Affichage de
2 fichiers modifiés
README.md
+20
-3
20 ajouts, 3 suppressions
README.md
requirements.txt
+2
-1
2 ajouts, 1 suppression
requirements.txt
avec
22 ajouts
et
4 suppressions
README.md
+
20
−
3
Voir le fichier @
e9280f61
...
@@ -29,7 +29,6 @@ An introduction to neural networks and deep learning:
...
@@ -29,7 +29,6 @@ An introduction to neural networks and deep learning:
[
Using CNNs on spectrogram images
](
https://www.ofai.at/~jan.schlueter/pubs/2014_icassp.pdf
)
(
Schlüter,
Böck, 2014) :
[
Using CNNs on spectrogram images
](
https://www.ofai.at/~jan.schlueter/pubs/2014_icassp.pdf
)
(
Schlüter,
Böck, 2014) :
-
[
MADMOM implementation
](
https://madmom.readthedocs.io/en/v0.16/modules/features/onsets.html
)
-
[
MADMOM implementation
](
https://madmom.readthedocs.io/en/v0.16/modules/features/onsets.html
)
-
Python implementation for Taiko rythm games : https://github.com/seiichiinoue/odcnn
### Other methods
### Other methods
...
@@ -70,27 +69,45 @@ Having a CUDA-capable GPU is optional, but can greatly reduce processing time in
...
@@ -70,27 +69,45 @@ Having a CUDA-capable GPU is optional, but can greatly reduce processing time in
# Use
# Use
##
Inference
##
Autokara
To execute AutoKara on a MKV video file :
To execute AutoKara
from scratch
on a MKV video file :
```
bash
```
bash
$
python autokara.py video.mkv output.ass
$
python autokara.py video.mkv output.ass
```
```
To execute AutoKara with existing syl splits and line timings :
```
bash
$
python autokara.py video.mkv output.ass
--ref
reference.ass
```
To execute AutoKara on a (pre-extracted) WAV vocals file :
To execute AutoKara on a (pre-extracted) WAV vocals file :
```
bash
```
bash
$
python autokara.py vocals.wav output.ass
--vocals
$
python autokara.py vocals.wav output.ass
--vocals
```
```
## Useful scripts
To only extract .wav audio from a MKV file :
To only extract .wav audio from a MKV file :
```
bash
```
bash
$
./extractWav.sh source_video output_audio
$
./extractWav.sh source_video output_audio
```
```
To only extract .ass sub file from a MKV file :
```
bash
$
./extractAss.sh source_video output_subs
```
To only separate vocals from instruments in an audio file :
To only separate vocals from instruments in an audio file :
```
bash
```
bash
demucs
--two-stems
=
vocals
-o
output_folder audio_file.wav
demucs
--two-stems
=
vocals
-o
output_folder audio_file.wav
```
```
Batch preprocessing (vocals + ASS extraction) of all videos in a directory :
```
bash
$
./preprocess_media.sh video_folder output_folder
```
Ce diff est replié.
Cliquez pour l'agrandir.
requirements.txt
+
2
−
1
Voir le fichier @
e9280f61
...
@@ -9,4 +9,5 @@ tqdm
...
@@ -9,4 +9,5 @@ tqdm
scipy
scipy
cython
cython
mido
mido
git+https://github.com/CPJKU/madmom.git
git+https://github.com/CPJKU/madmom.git
\ No newline at end of file
praat-parselmouth
\ No newline at end of file
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter