Frame filtering by candidate list
This implements the frame filtering by the candidate list with formats that we discussed: h5
, csv
. In both formats we expect three datasets: trainId
, pulseId
, classId
, which can be given under any name (parameter). The third options is EXDF format, which also can be read as h5
but it is read here with extra-data
and due to that can be split on sequence files
Merge request reports
Activity
added 2 commits
- Resolved by Egor Sobolev
- Resolved by Oleksii Turkot
- Resolved by Oleksii Turkot
- Resolved by Egor Sobolev
assigned to @esobolev
requested review from @turkot
added 1 commit
- 0b00336c - Add option to choose which frame classes to drop
added 6 commits
Toggle commit listadded 1 commit
- d2e0a17f - Allow --framelist-train-id-key and --framelist-pulse-id-key to be optional...
- Resolved by Oleksii Turkot
Hi Egor, with !26 (d2e0a17f) I would like to suggest to make
--framelist-train-id-key
and--framelist-pulse-id-key
parameters optional also for h5 and csv file inputs. Please let me know and feel free to discard or modify this commit in case you don't like the idea.
- Resolved by Egor Sobolev
- Resolved by Oleksii Turkot