├── .gitignore ├── LICENSE ├── PaddleDetection.py ├── README.md ├── image ├── PaddleDetection.png ├── bus.png ├── highway.png ├── yolov5.png └── zidane.png └── yolov5.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laugh12321/AutoLabelMe/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laugh12321/AutoLabelMe/HEAD/LICENSE -------------------------------------------------------------------------------- /PaddleDetection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laugh12321/AutoLabelMe/HEAD/PaddleDetection.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laugh12321/AutoLabelMe/HEAD/README.md -------------------------------------------------------------------------------- /image/PaddleDetection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laugh12321/AutoLabelMe/HEAD/image/PaddleDetection.png -------------------------------------------------------------------------------- /image/bus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laugh12321/AutoLabelMe/HEAD/image/bus.png -------------------------------------------------------------------------------- /image/highway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laugh12321/AutoLabelMe/HEAD/image/highway.png -------------------------------------------------------------------------------- /image/yolov5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laugh12321/AutoLabelMe/HEAD/image/yolov5.png -------------------------------------------------------------------------------- /image/zidane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laugh12321/AutoLabelMe/HEAD/image/zidane.png -------------------------------------------------------------------------------- /yolov5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laugh12321/AutoLabelMe/HEAD/yolov5.py --------------------------------------------------------------------------------