├── README.md ├── VOCdevkit └── VOC2007 │ └── 必看.txt ├── new_resnet.py ├── predict.py ├── train.py ├── write_txt.py ├── yoloData.py └── yoloLoss.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inging550/YOLOV1-pytorch/HEAD/README.md -------------------------------------------------------------------------------- /VOCdevkit/VOC2007/必看.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inging550/YOLOV1-pytorch/HEAD/VOCdevkit/VOC2007/必看.txt -------------------------------------------------------------------------------- /new_resnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inging550/YOLOV1-pytorch/HEAD/new_resnet.py -------------------------------------------------------------------------------- /predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inging550/YOLOV1-pytorch/HEAD/predict.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inging550/YOLOV1-pytorch/HEAD/train.py -------------------------------------------------------------------------------- /write_txt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inging550/YOLOV1-pytorch/HEAD/write_txt.py -------------------------------------------------------------------------------- /yoloData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inging550/YOLOV1-pytorch/HEAD/yoloData.py -------------------------------------------------------------------------------- /yoloLoss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inging550/YOLOV1-pytorch/HEAD/yoloLoss.py --------------------------------------------------------------------------------