YOLO / yolo

Commit History

✨ [Add] inference/predict or test mode
7f8235a

henry000 commited on

✏️ [Fix] Process <- Proccess typo
abc3992

henry000 commited on

βœ… [Update] type hint and mAP calculation func
ac8e6e6

henry000 commited on

🌱 [Add] deterministic config for training
4b8ec68

henry000 commited on

πŸ› [Fix] display on DDP mode
91a3f78

henry000 commited on

♻️ [Refactor] dataset, apply tensorlize
ed7ee89

henry000 commited on

πŸ”€ [Merge] remote-tracking branch 'origin/DDP_BUGS' into Lightning
f789a66

henry000 commited on

πŸ”€ Merge remote-tracking branch 'origin/DEPLOY' into Lightning
079a11c

henry000 commited on

🌐 [Add] logging of optimizre(learning rate)
5fcc6be

henry000 commited on

πŸ› [Fix] PIL read image, manually close image
ca2b494

henry000 commited on

🩹 [Fix] BoxMatcher, change eps and filter function
fd5413f

henry000 commited on

✨ [Update] back the warm up batch step
604c897

henry000 commited on

πŸ”¨ [Update] gradient scaler
32405d5

henry000 commited on

πŸ› [Fix] bug in DDP sync_dist
fc29438

henry000 commited on

πŸ”’οΈ [Fix] torch version diff in meshgrid
593a50f

henry000 commited on

πŸ”Š [Add] supporting of tensorboard
de99a93

henry000 commited on

πŸ—ƒοΈ [Update] dataloader, remove YOLOLoader allin1
95520e9

henry000 commited on

πŸš‘οΈ [Fix] progress bar in DDP or multiGPU env
1d2b161

henry000 commited on

πŸ”Š [Update] log item, format value on wandb
240dcb0

henry000 commited on

πŸ› [Update] Momentum of the optimizer
42e909b

henry000 commited on

✨ [New] use lightning framework to training!
8b3b3ef

henry000 commited on

πŸ› [Fix] display emoji bugs, change it to shortcode
802cb12

henry000 commited on

πŸ› [Fix] Dataloader log error, remove format str
3d0f0de

henry000 commited on

πŸ”¨ fix: BoxMatcher.__call__ now returns all zero anchor matched targets and all False valid mask, if input target has zero annotations in it. (#88)
e53ff09
unverified

Abdul-Mukit commited on

πŸ’¬ [Update] logging -> loguru, consistency logging
0174b5b

henry000 commited on

πŸ”¨ [FIX] Fixes memory leak (#83)
dea5a8a
unverified

Martin Cerman mcerman-enlite commited on

πŸ”§ [Update] NMS Config if validation
b69cc03

henry000 commited on

πŸ”€ [Merge] branches 'DEPLOY' and 'DEPLOY' of github.com:WongKinYiu/yolov9mit into DEPLOY
a4aa0a4

henry000 commited on

✨ [New] Add a classification head!
d44dbc0

henry000 commited on

πŸ”€ [Merge] branch 'DDP_BUGS' of github.com:WongKinYiu/yolov9mit into DDP_BUGS
b9867bb

henry000 commited on

πŸ› [Fix] Loss scale, scale back with batch_size
22ebde1

henry000 commited on

πŸš› [Move] Tensorlize out of YoloDataset
e09ff86

henry000 commited on

πŸ› [Fix] DDP bugs, sync mAP on diff rank
5be4e0e

henry000 commited on

πŸ› [Fix] bbox_nms function (#76)
44527a6
unverified

f-fl0 commited on

πŸ› [Update] getitem with removing -1 cls padding
e64ae7a

henry000 commited on

⬆️ [Update] dependency and the load cache function
699f2d2

henry000 commited on

⬆️ [Update] mAP from 0~1 to percentage
0efc848

henry000 commited on

πŸ› [Add] Tensorlize @ dataloader
70a1547

henry000 commited on

πŸ› [Fix] mul-GPU @ valid bugs, return mAP @ rk 0
a44a5c1

henry000 commited on

πŸ› [Fix] #38 local mAP bugs, one pd match < 1 gt
aee6ac8

henry000 commited on

✨ [Add] mutli-GPU on validation mode
e0c8580

henry000 commited on

πŸ› [Fix] LR schedule bugs, batchidx should increase
10420ed

henry000 commited on

🎨 [Fix] logging bugs, only log on rank0 gpu
ed7d166

henry000 commited on

πŸ‘½οΈ [Update] cudaamp, most torch not support amp yet
360e5d7

henry000 commited on

πŸ› [Fix] loss, avg loss if using ddp
3b24cc8

henry000 commited on

🚨 [Update] cuda.amp to amp, fix torch warning
9fc0d0e

henry000 commited on

πŸ”€ [Merge] branch 'DATASET' into TRAIN
46b5efe

henry000 commited on

♻️ [Refactor] the dataloader import and default aug
8fc6449

henry000 commited on

🦺 [Add] a RemoveOutlier handle outside bbox
489f14b

henry000 commited on

✨ [Add] a RandomCrop transform, align paper
c627401

henry000 commited on