PyTorch-YOLOv3
PyTorch-YOLOv3 copied to clipboard
Minimal PyTorch implementation of YOLOv3
## Proposed changes - Bump versions for better support of Ubuntu 22.04 - Possibly drop Ubuntu 18.04 support
Thank you for the exhaustive resources that you put in here for the community to learn from! I've been wondering what the difference between the implementation of mAP for pascal...
I'm using the lateset code to train COCO2017 dataset. But only get very low mAP. By using the yolov3.weights, I can get mAP=65 in validation dataset and mAP=67 in training...
Is it ok to fine-tune this yolo model in my custom dataset with `class.name` only have one class?
真的崩溃了,早不知道不运行pip install pytorchyolo --user了,现在每个虚拟环境都有这个依赖,装软件包的时候总是报错,怎么能把其他虚拟环境中的这个包清除干净呀?help help!
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 to 2.0.7. Release notes Sourced from urllib3's releases. 2.0.7 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.1.0. Release notes Sourced from pillow's releases. 10.1.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.1.0.html Changes Added TrueType default font to allow for different sizes #7354 [@radarhere] Fixed invalid argument warning...
## Is your feature request related to a problem? Please describe. The correctness of this code is semi-critical for my usage. Without tests, we have no way of verifying that...
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.6.2 to 3.7.3. Release notes Sourced from matplotlib's releases. REL: v3.7.3 This is the third bugfix release of the 3.7.x series. This release contains several bug-fixes and...
## Proposed changes In the latest version 1.8.0, Darknet.save_darknet_weights() generates a problematic *.weights file, in which "minor" field is always 0, however the length of "seen" field is 8 bytes....