Skip to content
Extraits de code Groupes Projets
Valider bed06eb9 rédigé par Sting's avatar Sting
Parcourir les fichiers

Update README

parent 342d47e5
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!1CNN segmentation
...@@ -77,9 +77,19 @@ $ ./process_train_data video_folder train_folder ...@@ -77,9 +77,19 @@ $ ./process_train_data video_folder train_folder
To prepare the training data for the model : To prepare the training data for the model :
```bash ```bash
$ python music_processor.py train train_folder $ python cnn_prepare_data.py train train_folder
``` ```
Prepared data will be stored in `./data/pickles/train_data.pickle`
To train the model on the prepared data :
```bash
$ python cnn_train.py
```
The model will be written to `./models/model.pth`
## Infer ## Infer
To execute AutoKara on a MKV video file : To execute AutoKara on a MKV video file :
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter