CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
hukaixuan19970627

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: hukaixuan19970627/yolov5_obb
Path: blob/master/docs/ChangeLog.md
Views: 475

Updates

[2022/1/7]

  1. Update yolov5 base version to Releases v6.0.

  2. Rebuild the obb-label pre/post-process code. That means Faster and Stronger in training/validation/testing.

ModelTraining DatasetBatchSizeepochsGPUTime CostOBB mAPtest
@0.5
fps
yolov5m-oldDOTAv1.5train_subsize1024_gap200_rate1.0753002080Ti96h68.3620
yolov5m-newDOTAv1.5train_subsize1024_gap200_rate1.0753002080Ti15h73.1959
  1. Some Bugs Fixed.

BugFixedDescribe
Don't support validationSupport hbb validation in training, which is faster than obb validation
Don't support single class trainingBut it will get weaker results than 'nc=2'
Image must meets Height=Width-
  1. support obb_nms gpu version.