Update LOCAL.md
Add remove "separated" folder's training data
This commit is contained in:
@@ -108,11 +108,11 @@
|
|||||||
13. To clear all audio data, run:
|
13. To clear all audio data, run:
|
||||||
### Linux
|
### Linux
|
||||||
```
|
```
|
||||||
rm -rf ./custom_character_voice/* ./video_data/* ./raw_audio/* ./denoised_audio/* ./segmented_character_voice/* long_character_anno.txt short_character_anno.txt
|
rm -rf ./custom_character_voice/* ./video_data/* ./raw_audio/* ./denoised_audio/* ./segmented_character_voice/* ./separated/* long_character_anno.txt short_character_anno.txt
|
||||||
```
|
```
|
||||||
### Windos
|
### Windos
|
||||||
```
|
```
|
||||||
del /Q /S .\custom_character_voice\* .\video_data\* .\raw_audio\* .\denoised_audio\* .\segmented_character_voice\* long_character_anno.txt short_character_anno.txt
|
del /Q /S .\custom_character_voice\* .\video_data\* .\raw_audio\* .\denoised_audio\* .\segmented_character_voice\* .\separated\* long_character_anno.txt short_character_anno.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user