bakoushin / self-driving-car-javascript

Run a self-driving car using JavaScript and TensorFlow.js
https://medium.com/p/run-a-self-driving-car-using-javascript-and-tensorflow-js-8b9b3f7af23d?sk=549ee7230aa2b05fead0e68210982cf8
MIT License
64 stars 15 forks source link

Image augmentation & Validation #3

Open LMJayasundara opened 4 years ago

LMJayasundara commented 4 years ago

I am trying to augment the image with jimp but the model not improved. Can you show how to do image augmentation as well as split the data set into training and validation?