[深度学习]Yolov1-pytorch
yolov1-pytorchThis repo is a pytorch implementation of yolov1.项目完整链接:yolov1-pytorch
Deep Learning based yolov1 object detector, using Pytorch deep learning frameworkThis project can be also transplanted to other edge platforms like Raspberry PiPaper: https://arxiv.org/pdf/1506.02640.pdf
DemoRun in command linedetect.py runs inference on a variety of sources, cd your project path and type:
$ pytho......