You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## [2.0.4] - 2025-02-02
8
+
9
+
### Added
10
+
-**Configurable inference image size**: New `img_size` parameter in `inference()` to match training size (default: 60)
11
+
12
+
### Changed
13
+
- Renamed `insect_detector.py` to `detector.py` for cleaner module naming
14
+
15
+
### Fixed
16
+
-**Critical**: Inference now uses correct image size for classification. Previously hardcoded to 768x768 → 640, which caused poor accuracy when training with smaller sizes (e.g., 60px)
0 commit comments