Skip to content
## [2.0.5] - 2022-03-11
### Changed
- Adjusted the executable bit of source files
- Removed tifffile from dependency list
- Fixed GPU memory crash when training by using cv2.imread in data module
- Rewrote the `deskew` (detection of rotation) function to be deterministic
  and more accurate
- Corrected Pipeline reloading bug