Skip to content

Commit

Permalink
fixed minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ericguizzo committed Dec 6, 2021
1 parent a306ac2 commit c46b0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluate_baseline_task2.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def main(args):
parser.add_argument('--num_frames', type=int, default=300,
help='total number of time frames in the predicted seld matrices. (300 for 30-seconds sounds with 100msecs frames)')
parser.add_argument('--spatial_threshold', type=float, default=1.,
help='max cartesian distance withn consider a true positive')
help='max cartesian distance for considering a true positive')
#model parameters
#the following parameters produce a prediction for each 100-msecs frame
parser.add_argument('--architecture', type=str, default='seldnet_augmented',
Expand Down

0 comments on commit c46b0e9

Please sign in to comment.