-
Notifications
You must be signed in to change notification settings - Fork 0
File formats
gernat edited this page Dec 6, 2018
·
17 revisions
Converted bCode detections are stored as comma-separated text files without a header. Each line describes one detection and provides the following information:
- image timestamp
- x-coordinate
- y-coordinate
- orientation vector, x-component
- orientation vector, y-component
- ID of bee
Begin and end times are Unix time with millisecond precision.
Trophallaxis detections are stored as as comma-separated text files without a header. Each line describes one detection and provides the following information:
- image timestamp
- ID of bee 1
- ID of bee 2
Begin and end times are Unix time with millisecond precision.