Re-exports§
pub use cfg::read_darkmode;
pub use file_util::get_test_folder;
pub use main_loop::MainEventLoop;
Modules§
Macros§
Structs§
Enums§
Traits§
Functions§
- Import annotations in Coco format. Any orientations changes applied with the rotation tool to images that have annotations in the Coco file are applied to the annotations before importing. We expect, that the Coco file contains the annotations relative to the image as it is found in memory ignoring any meta-data.
- Serialize annotations in Coco format. Any orientations changes applied with the rotation tool are reverted, since the rotation tool does not change the image file. Hence, the Coco file contains the annotation relative to the image as it is found in memory ignoring any meta-data.