Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Apr 18, 2024
1 parent 705902c commit a659439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crabs/detection_tracking/config/faster_rcnn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ---------
train_fraction: 0.8
val_over_test_fraction: 0.5
num_workers: 0 # for all dataloaders
num_workers: 0 # for all dataloaders

# ---------
# Network
Expand Down Expand Up @@ -43,4 +43,4 @@ gaussian_blur_params:
# ------------------------------
batch_size_test: 1
iou_threshold: 0.1
score_threshold: 0.1
score_threshold: 0.1

0 comments on commit a659439

Please sign in to comment.