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
Just putting some suggestions out there. Maybe we could organize these into projects.
support scaled yolov4
support yolov5 models
add loss layer for training yolo models
Create a fuse_conv_batchnorm visitor for enhanced performance during inference
bipartite matching loss (Hungarian algorithm)
transformer (for Detr like model)
add GIoU, DIoU, CIoU options to loss_yolo
see what happens when pre-training the (darkner53) backbone with Barlow twins loss using unlabelled imagenet, then fine tuning neck and heads with loss_yolo. Hopefully training the backbone with an unsupervised loss gives you better features than one trained specifically for classification. Presumably, with the backbone being frozen and therefore not requiring any gradient computation or batch-normalisation, this should accelerate training and reduce VRAM right ?
Just putting some suggestions out there. Maybe we could organize these into projects.
fuse_conv_batchnormvisitor for enhanced performance during inference