mshaikh111 commited on
Commit
e61e4ab
·
verified ·
1 Parent(s): 53242f5

Delete sample-eval-microscopy.yaml

Browse files
Files changed (1) hide show
  1. sample-eval-microscopy.yaml +0 -32
sample-eval-microscopy.yaml DELETED
@@ -1,32 +0,0 @@
1
- ckpt_path: /path/to/your/checkpoint.ckpt
2
- dataloader:
3
- test_dataloader:
4
- num_workers: 0
5
- shuffle: false
6
- dataset:
7
- test_dataset:
8
- anchors: centroid
9
- chunk: true
10
- clip_length: 16
11
- crop_size: 32
12
- dir:
13
- labels_suffix: .tif
14
- path: ./data/dynamicnuclearnet
15
- # path: ./data/lysosomes
16
- vid_suffix: .tif
17
- mode: test
18
- padding: 0
19
- outdir: ./results
20
- runner:
21
- metrics:
22
- test: all
23
- tracker:
24
- decay_time: null
25
- iou: mult
26
- max_center_dist: 50
27
- mult_thresh: true
28
- max_gap: 3
29
- overlap_thresh: 0.01
30
- persistent_tracking: true
31
- trainer:
32
- limit_test_batches: 1.0