diff options
| author | leochanj105 <leochanj@live.unc.edu> | 2021-10-22 03:42:00 -0400 |
|---|---|---|
| committer | leochanj105 <leochanj@live.unc.edu> | 2021-10-22 03:42:00 -0400 |
| commit | f0097f8a6e0a93224393948eebc3c9179b5085c3 (patch) | |
| tree | ad24c0d659347e5533aeb631232c2876d821d598 /dag_example | |
| parent | 0da35d673e1c1717821f724d8fb00379477b65be (diff) | |
l3 partitioning, fixed phase=0 problem
Diffstat (limited to 'dag_example')
| -rw-r--r-- | dag_example | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dag_example b/dag_example index f52ff5c..233528f 100644 --- a/dag_example +++ b/dag_example | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 1, mser_qcif, mser001, 5, 0, 1, 1, 100, 1, 7, sift_qcif, sift001 | 1 | 1, mser_qcif, mser001, 5, 0, 1, 1, 100, 1, 0, sift_qcif, sift001 |
| 2 | 0, mser_qcif, mser002, 3, 1, 2, 1, 10, 1, 13 | 2 | 0, mser_qcif, mser002, 3, 1, 2, 1, 10, 1, 0 |
| 3 | 1, svm_qcif, svm001, 6, 0, 3, 1, 50, 1, 11, localization_qcif, localization001 | 3 | 1, svm_qcif, svm001, 6, 0, 3, 1, 50, 1, 0, localization_qcif, localization001 |
| 4 | 0, tracking_qcif, tracking001, 3, 2, 4, 1, 9, 1, 37 \ No newline at end of file | 4 | 0, tracking_qcif, tracking001, 3, 2, 4, 1, 9, 1, 0 |
