Imageomics / kabr-tools

Tools for working with data for annotating animal behavior. These were specifically designed during construction of the KABR dataset.
https://huggingface.co/datasets/imageomics/KABR
MIT License
2 stars 0 forks source link

Make cv.imshow optional #59

Closed zhong-al closed 2 weeks ago

zhong-al commented 1 month ago

https://github.com/Imageomics/kabr-tools/blob/30f3a838f364c267a9bc3adf310829d5e5b54e5e/src/kabr_tools/detector2cvat.py#L80

https://github.com/Imageomics/kabr-tools/blob/30f3a838f364c267a9bc3adf310829d5e5b54e5e/src/kabr_tools/player.py#L216

Make imshow optional so modules can run in environments where Qt is unavailable. Similar to #47.