Skip to content

3.1.3

Compare
Choose a tag to compare
@shaydeci shaydeci released this 19 Jul 10:09
c1587c5

New features
predict() support for pose estimation (PR: #1142) and classification (PR: #1220)
The possibility to log scalar values with explicit time units associated with it: log losses per step, use TimerCallback that measures and log batch time (PR: #1181)
Support torch compile (PR: #1172)
Class agnostic NMS (PR: #1232)
Allow to compute & log per-class mAP scores (PR: #1238)
Small features
Add batch_size option to predict (PR: #1273)
Allows to pass user-defined target of IoU thresholds without asking user to edit IoUThresholds enum in SG codebase (PR: #1223)
Add DetectionVerticalFlip for bounding box detection augmentation (PR: #1237)
Support the option for multiple ignored indices for segmentation metrics (PR: #1177)
Simpify torch schedulers integration (PR: #1230)
support single output in YoloX NMS (PR: #813)
Compute the best threshold for each class in an efficient manner without added loops (PR: #973)
Bug fix
Hotfix/alg 1470 drop boxes padding by (PR: #1107)
Fix evaluate from recipe by (PR: #1170)
fixed bug of whitespace by (PR: #1173)
Fix collections.Iterable -> typing.Iterable to fix crash in python 3.10 by @BloodAxe in #1178
Fix missing encoding (PR: #1185)
default quantization params set in qat from config (PR: #1192)
Fix mkdirs in checkpoint (PR: #1198)
Fix DEKR’s replace_head & improve repr for keypoints transforms (PR: #1227)
Getting rid of “module.” heritage (PR: #1184)
Fix LayerNorm have a bias parameter attribute but is not instance of torch primitive modules (PR: #1229)
moved exceptions from training (PR: #1260)
Added explicit casting of input in predict pipeline. (PR: #1281)
kd ema model unrwap model fix (PR: #1283)
New Contributors
@allankouidri made their first contribution in #1185
@djm93dev made their first contribution in #1199
@danielafrimi made their first contribution in #1220
@RanZilberstein made their first contribution in #1228
@itaylevy-deci made their first contribution in #973
@LukeAI made their first contribution in #1237
@jorgectf made their first contribution in #1240
@jacobmarks made their first contribution in #1278