Releases: Lornatang/YOLOv3-PyTorch
Releases · Lornatang/YOLOv3-PyTorch
v0.1.5
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
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