An alternative viewer for the bee tracking project
pip install git+https://github.com/SheffieldMLtracking/btqviewer.git
If one passes it a path somewhere inside a tree of a day's work, e.g.
btqviewer ~/Documents/Research/rsync_bee/test/beephotos/2023-06-29/sessionD/setB/
it will then open the root of that tree, and give you the option to select the session, set, box and camera:
usage: btqviewer [-h] [--port PORT] imgpath
Provide simple interface to label bee images
positional arguments:
imgpath Path to images
options:
-h, --help show this help message and exit
--port PORT Port
Depending on state of btviewer we might retire this tool.