Skip to content

Commit

Permalink
[FIX] error in module for evaluation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCretois committed Jun 7, 2023
1 parent 9417812 commit 1e708bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evaluate/evaluation_metrics/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import json
import numpy as np
import csv
import evaluation_metrics.metrics as metrics
import evaluate.evaluation_metrics.metrics as metrics
from datetime import datetime
import copy
from scipy import stats
Expand Down Expand Up @@ -323,4 +323,4 @@ def evaluate(pred_file_path, ref_file_path, team_name, dataset, savepath, metada

evaluate( args.pred_file, args.ref_files_path, args.team_name, args.dataset, args.savepath)

# docker run -v $PWD:/app -v /data/Prosjekter3/823001_19_metodesats_analyse_23_36_cretois/:/data --gpus all dcase poetry run python evaluation_metrics/evaluation.py -pred_file /data/eval_out.csv -ref_files_path /data/DCASE/Development_Set_annotations/Validation_Set -team_name BEATs -dataset VAL -savepath /data/.
# docker run -v $PWD:/app -v /data/Prosjekter3/823001_19_metodesats_analyse_23_36_cretois/:/data --gpus all dcase poetry run python evaluate/evaluation_metrics/evaluation.py -pred_file /data/eval_out.csv -ref_files_path /data/DCASE/Development_Set_annotations/Validation_Set -team_name BEATs -dataset VAL -savepath /data/.

0 comments on commit 1e708bb

Please sign in to comment.