Spaces:
Sleeping
Sleeping
Marcos12886
commited on
Commit
·
a1c7d58
1
Parent(s):
c20ec9e
Subir datos preprocesados. Últimos cambios con todo funcionando
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- app.py +2 -2
- data/mixed_data/1s_asphyxia/0063001030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063002030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063003030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063004030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063005030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063006030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063007030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063008030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063009030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063010030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063011030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063012030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063013030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063014030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063015030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063016030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063017030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063018030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063019030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063020030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063021030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063022030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063023030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063024030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063025030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063026030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063027030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063028030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063029030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063030030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063031030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063032030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063033030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063034030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063035030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063036030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063037030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063038030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063039030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063040030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063041030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063042030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063043030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063044030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063045030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063046030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063047030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063048030.wav +0 -0
- data/mixed_data/1s_asphyxia/0063049030.wav +0 -0
app.py
CHANGED
@@ -4,9 +4,9 @@ import gradio as gr
|
|
4 |
from huggingface_hub import InferenceClient
|
5 |
from model import model_params, AudioDataset
|
6 |
|
7 |
-
dataset_path = "data/baby_cry_detection" # PARA MONITOR
|
8 |
-
# dataset_path = "data/mixed_data_nuevo" # PARA CLASIFICADOR
|
9 |
token = os.getenv("HF_TOKEN")
|
|
|
|
|
10 |
model, _, _, id2label = model_params(dataset_path)
|
11 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")# Usar a GPU o CPU
|
12 |
model.to(device)# Usar a GPU o CPU
|
|
|
4 |
from huggingface_hub import InferenceClient
|
5 |
from model import model_params, AudioDataset
|
6 |
|
|
|
|
|
7 |
token = os.getenv("HF_TOKEN")
|
8 |
+
# dataset_path = f"data/baby_cry_detection" # PARA MONITOR
|
9 |
+
dataset_path = f"data/mixed_data" # PARA CLASIFICADOR
|
10 |
model, _, _, id2label = model_params(dataset_path)
|
11 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")# Usar a GPU o CPU
|
12 |
model.to(device)# Usar a GPU o CPU
|
data/mixed_data/1s_asphyxia/0063001030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063001030.wav and b/data/mixed_data/1s_asphyxia/0063001030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063002030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063002030.wav and b/data/mixed_data/1s_asphyxia/0063002030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063003030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063003030.wav and b/data/mixed_data/1s_asphyxia/0063003030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063004030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063004030.wav and b/data/mixed_data/1s_asphyxia/0063004030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063005030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063005030.wav and b/data/mixed_data/1s_asphyxia/0063005030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063006030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063006030.wav and b/data/mixed_data/1s_asphyxia/0063006030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063007030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063007030.wav and b/data/mixed_data/1s_asphyxia/0063007030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063008030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063008030.wav and b/data/mixed_data/1s_asphyxia/0063008030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063009030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063009030.wav and b/data/mixed_data/1s_asphyxia/0063009030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063010030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063010030.wav and b/data/mixed_data/1s_asphyxia/0063010030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063011030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063011030.wav and b/data/mixed_data/1s_asphyxia/0063011030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063012030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063012030.wav and b/data/mixed_data/1s_asphyxia/0063012030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063013030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063013030.wav and b/data/mixed_data/1s_asphyxia/0063013030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063014030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063014030.wav and b/data/mixed_data/1s_asphyxia/0063014030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063015030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063015030.wav and b/data/mixed_data/1s_asphyxia/0063015030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063016030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063016030.wav and b/data/mixed_data/1s_asphyxia/0063016030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063017030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063017030.wav and b/data/mixed_data/1s_asphyxia/0063017030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063018030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063018030.wav and b/data/mixed_data/1s_asphyxia/0063018030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063019030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063019030.wav and b/data/mixed_data/1s_asphyxia/0063019030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063020030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063020030.wav and b/data/mixed_data/1s_asphyxia/0063020030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063021030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063021030.wav and b/data/mixed_data/1s_asphyxia/0063021030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063022030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063022030.wav and b/data/mixed_data/1s_asphyxia/0063022030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063023030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063023030.wav and b/data/mixed_data/1s_asphyxia/0063023030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063024030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063024030.wav and b/data/mixed_data/1s_asphyxia/0063024030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063025030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063025030.wav and b/data/mixed_data/1s_asphyxia/0063025030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063026030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063026030.wav and b/data/mixed_data/1s_asphyxia/0063026030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063027030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063027030.wav and b/data/mixed_data/1s_asphyxia/0063027030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063028030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063028030.wav and b/data/mixed_data/1s_asphyxia/0063028030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063029030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063029030.wav and b/data/mixed_data/1s_asphyxia/0063029030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063030030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063030030.wav and b/data/mixed_data/1s_asphyxia/0063030030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063031030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063031030.wav and b/data/mixed_data/1s_asphyxia/0063031030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063032030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063032030.wav and b/data/mixed_data/1s_asphyxia/0063032030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063033030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063033030.wav and b/data/mixed_data/1s_asphyxia/0063033030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063034030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063034030.wav and b/data/mixed_data/1s_asphyxia/0063034030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063035030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063035030.wav and b/data/mixed_data/1s_asphyxia/0063035030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063036030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063036030.wav and b/data/mixed_data/1s_asphyxia/0063036030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063037030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063037030.wav and b/data/mixed_data/1s_asphyxia/0063037030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063038030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063038030.wav and b/data/mixed_data/1s_asphyxia/0063038030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063039030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063039030.wav and b/data/mixed_data/1s_asphyxia/0063039030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063040030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063040030.wav and b/data/mixed_data/1s_asphyxia/0063040030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063041030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063041030.wav and b/data/mixed_data/1s_asphyxia/0063041030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063042030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063042030.wav and b/data/mixed_data/1s_asphyxia/0063042030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063043030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063043030.wav and b/data/mixed_data/1s_asphyxia/0063043030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063044030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063044030.wav and b/data/mixed_data/1s_asphyxia/0063044030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063045030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063045030.wav and b/data/mixed_data/1s_asphyxia/0063045030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063046030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063046030.wav and b/data/mixed_data/1s_asphyxia/0063046030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063047030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063047030.wav and b/data/mixed_data/1s_asphyxia/0063047030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063048030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063048030.wav and b/data/mixed_data/1s_asphyxia/0063048030.wav differ
|
|
data/mixed_data/1s_asphyxia/0063049030.wav
CHANGED
Binary files a/data/mixed_data/1s_asphyxia/0063049030.wav and b/data/mixed_data/1s_asphyxia/0063049030.wav differ
|
|