Skip to content

Releases: Lornatang/YOLOv3-PyTorch

v0.1.5

14 Nov 14:51
dc3e63d
Compare
Choose a tag to compare

What's Changed

[v0.1.5] - 2023-11-14

Fixed

  • Fixed the problem of being unable to load DarkNet's pre-trained model weights
  • Fix YOLOv3 training configuration file error
  • Fixed the problem that heavy training cannot fit
  • Fixed requirements version problem

Added

  • VOC and COCO pre-training model weights are open
  • Add the function of calculating model parameters and calculation quantities

Full Changelog: 0.1.4...0.1.5

v0.1.4

09 Nov 09:24
Compare
Choose a tag to compare

What's Changed

[v0.1.4] - 2023-11-07

Fixed

  • Loading pre-training weights failed due to size mismatch.
  • SGD optimizer parameter setting error.
  • Test script threshold setting error

Added

  • Encapsulate training, testing, and testing scripts.
  • Add the download method of COCO2014-2017 dataset.
  • A training method for adding COCO datasets

v0.1.0

27 Mar 09:05
Compare
Choose a tag to compare

What's Changed

[v0.1.0] - 2023-11-02

Added

  • Refactor the project to make it part of the project package release
  • Upload darknet official model weights