├── Maching.py ├── README.md ├── alexnet.py ├── autoDrive.py ├── balance_data.py ├── directkeys.py ├── ez_setup.py ├── getkeys.py ├── grabscreen.py ├── main.py ├── screenshoot ├── 476419097427111374.jpg ├── 547439799077907042.jpg ├── Thumbs.db ├── WechatIMG60.jpeg ├── truck_Canny.png ├── truck_light.png ├── truck_line.png └── truck_trafficlight.png ├── tf_vehicle.py └── training_data_2.npy /Maching.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanZiQinKevin/AutoDrive/HEAD/Maching.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanZiQinKevin/AutoDrive/HEAD/README.md -------------------------------------------------------------------------------- /alexnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanZiQinKevin/AutoDrive/HEAD/alexnet.py -------------------------------------------------------------------------------- /autoDrive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanZiQinKevin/AutoDrive/HEAD/autoDrive.py -------------------------------------------------------------------------------- /balance_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanZiQinKevin/AutoDrive/HEAD/balance_data.py -------------------------------------------------------------------------------- /directkeys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanZiQinKevin/AutoDrive/HEAD/directkeys.py -------------------------------------------------------------------------------- /ez_setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanZiQinKevin/AutoDrive/HEAD/ez_setup.py -------------------------------------------------------------------------------- /getkeys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanZiQinKevin/AutoDrive/HEAD/getkeys.py -------------------------------------------------------------------------------- /grabscreen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanZiQinKevin/AutoDrive/HEAD/grabscreen.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanZiQinKevin/AutoDrive/HEAD/main.py -------------------------------------------------------------------------------- /screenshoot/476419097427111374.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanZiQinKevin/AutoDrive/HEAD/screenshoot/476419097427111374.jpg -------------------------------------------------------------------------------- /screenshoot/547439799077907042.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanZiQinKevin/AutoDrive/HEAD/screenshoot/547439799077907042.jpg -------------------------------------------------------------------------------- /screenshoot/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanZiQinKevin/AutoDrive/HEAD/screenshoot/Thumbs.db -------------------------------------------------------------------------------- /screenshoot/WechatIMG60.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanZiQinKevin/AutoDrive/HEAD/screenshoot/WechatIMG60.jpeg -------------------------------------------------------------------------------- /screenshoot/truck_Canny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanZiQinKevin/AutoDrive/HEAD/screenshoot/truck_Canny.png -------------------------------------------------------------------------------- /screenshoot/truck_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanZiQinKevin/AutoDrive/HEAD/screenshoot/truck_light.png -------------------------------------------------------------------------------- /screenshoot/truck_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanZiQinKevin/AutoDrive/HEAD/screenshoot/truck_line.png -------------------------------------------------------------------------------- /screenshoot/truck_trafficlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanZiQinKevin/AutoDrive/HEAD/screenshoot/truck_trafficlight.png -------------------------------------------------------------------------------- /tf_vehicle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanZiQinKevin/AutoDrive/HEAD/tf_vehicle.py -------------------------------------------------------------------------------- /training_data_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanZiQinKevin/AutoDrive/HEAD/training_data_2.npy --------------------------------------------------------------------------------