Commit graph

3937 commits

Author SHA1 Message Date
esat
10eda52af9 convnext deim and deim Dfine yamls for possible future traings 2026-04-21 16:42:11 +03:00
esat
296b50bf73 rf and deimv2 values are update on xl and xxl scale 2026-04-20 15:06:21 +03:00
esat
66f9bbd32d feat(dinov3): add optional QK-LayerNorm support 2026-04-20 14:52:30 +03:00
esat
c4828bbf81 yolo26 Dfine is also added 2026-04-20 11:30:22 +03:00
esat
9de202641d benchmark plot update one more time with newer yolo26-detr result 2026-04-20 09:27:10 +03:00
esat
9fc84bec03 benchmark plot is updated after deimv2 and yolo26detr objv2 studies, deployment confirmed ones 2026-04-20 08:33:02 +03:00
esat
1ba384bf39 yolo26 deim decoder 2026-04-19 21:21:21 +03:00
esat
b9c3b8bfc5 debug name show for engine models 2026-04-17 07:05:31 -05:00
esat
67fd9d04a3 additional trials for handling deimv2 export problem 2026-04-17 03:00:53 -05:00
esat
ed761d1165 yolo debug scratch update 2026-04-16 23:21:51 -05:00
esat
7e8c5f3d29 export ropefix trial additions and FP16 layer manipulations 2026-04-16 00:41:07 -05:00
esat
81afa4bad0 results of DeimV2-L updated 2026-04-14 22:48:42 +03:00
esat
0c86ed9b8e T4 fix for deimv2 trt export 2026-04-14 18:16:01 +03:00
esat
ba2e470d4c reduced to 91 layer for FP32, works in blackwell but not in T4 2026-04-14 08:31:48 -05:00
esat
bc1e3901c6 export refined for better comp comp 2026-04-14 07:47:41 -05:00
esat
9618f5a5d7 new yaml has been integrated yolo26-rtdetr mal 2026-04-14 05:58:47 -05:00
esat
5119d3a37b tensorrt fp16 bug has been fixed for deimv2 replication study 2026-04-14 02:07:27 -05:00
esat
a5a5ded3e3 new standard rtdetr-v1 yaml 2026-04-14 08:39:53 +03:00
esat
e32f920f62 rtdetrv2 version of deimv2 2026-04-13 23:50:57 +03:00
esat
a49e60096a feat: add RTDETRDEIM export script with CLI args 2026-04-13 17:27:21 +03:00
esat
532a2980c3 RTDETRDEIM class support trials 2026-04-13 15:33:32 +03:00
esat
23ad30926d weight names are corrected for dinov3 large backbones 2026-04-13 09:26:37 +03:00
esat
ebd32f6376 xl with 4 decoder layers to debug amp 2026-04-13 08:54:35 +03:00
esat
56a9c9496e strict loss fp32 2026-04-12 14:24:33 +03:00
esat
0e14bdbf29 nonfinite debug has made default and removal of it from cfg 2026-04-12 14:17:45 +03:00
esat
a37c5301b4 deimv2-xl backbone change yaml to debug amp problem 2026-04-12 13:51:16 +03:00
esat
1e71d17204 rtdetrv1 wo obj365 benchmark 2026-04-10 09:55:29 +03:00
esat
b0c6c82eee just check the v1 and v2 version class matches again 2026-04-08 17:11:00 +03:00
esat
d37a80bcea main branch changes are obtained for wb 2026-04-08 14:54:40 +03:00
esat
47a955c762 Add native DINOv3 vitb/vitl backbones with DEIM xxl and xxxl configs 2026-04-07 11:59:50 +03:00
esat
2605bed6ad Make working dir yolo_train resilient to missing DEIM model wrappers during PR 2026-04-07 11:24:27 +03:00
esat
902588f898 cfg: add DEIM DINOv3-S L4-L configs with proj and no-proj variants 2026-04-07 11:13:36 +03:00
esat
a9bded984f cfg: move DEIM DINOv3 X YAML under deim/ and match DeimV2-X 2026-04-06 20:43:44 +03:00
esat
7baa847ca0 scale param has been removed from scheduler 2026-04-05 14:59:10 +03:00
esat
8ade887f1f rmsnorm weght decay zero has applied again due to better result 2026-04-03 11:17:15 +03:00
esat
81da3b1c21 RMSnorm weight decat behavior is also reverted 2026-04-02 19:11:02 +03:00
esat
8a41a07bfb refactor(rtdetr): restore sta_exclusion backbone lr routing 2026-04-02 18:29:32 +03:00
esat
72c2b2dce2 feat(wb): resume wandb run when training is resumed 2026-04-02 14:45:48 +03:00
esat
167446249f fix(dfine): pass inf losses to GradScaler instead of zeroing them
Matches DeimV2 behavior: only zero NaN, let inf propagate so GradScaler
skips the optimizer step and reduces scale on fp16 overflow.
2026-04-02 09:26:41 +03:00
esat
714943d873 fix(dfine): cast to float32 for DDF and FGL loss under AMP 2026-04-02 09:12:37 +03:00
esat
26778f29a2 revert(deim): remove open_aug_epoch, not used in decay mode 2026-04-01 17:26:53 +03:00
esat
919ee6290f feat(deim): add decay floor and configurable aug start epoch
Adds aug_decay_min_prob to set a probability floor during linear decay,
and open_aug_epoch to control when Mosaic/MixUp/CopyBlend augmentations begin.
2026-04-01 17:17:51 +03:00
esat
71d0d4cc64 feat(rtdetr): add optional nonfinite pred-box trap that saves NaN checkpoint 2026-04-01 14:59:15 +03:00
esat
a3e2b7d3fe feat(rtdetr): add backbone_lr_scope and align DEIM decoder norm scales with zero decay 2026-04-01 12:19:40 +03:00
esat
d64212c615 fix(dinov3): resolve vits16plus checkpoint cache/url naming for pretrained load 2026-03-31 16:45:56 +03:00
esat
37edf64c7e new objects365v2 yaml following the practices from the literature 2026-03-31 15:20:56 +03:00
esat
1cd76be151 new deimv2 xl config is added 2026-03-31 14:35:32 +03:00
esat
87f555626b scale decay is re-added 2026-03-31 10:41:39 +03:00
esat
23a49e1081 prepare obj updated for second trial 2026-03-31 09:53:14 +03:00
esat
2ec57e27cb obj365 extraction 2026-03-31 09:30:07 +03:00