├── .idea ├── Car Detection System.iml ├── misc.xml ├── modules.xml └── vcs.xml ├── Car_detection.py ├── README.md └── cars.xml /.idea/Car Detection System.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spidy20/Car_Detection_System/HEAD/.idea/Car Detection System.iml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spidy20/Car_Detection_System/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spidy20/Car_Detection_System/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spidy20/Car_Detection_System/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /Car_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spidy20/Car_Detection_System/HEAD/Car_detection.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spidy20/Car_Detection_System/HEAD/README.md -------------------------------------------------------------------------------- /cars.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spidy20/Car_Detection_System/HEAD/cars.xml --------------------------------------------------------------------------------