object-detection-using-yolo
object-detection-using-yolo copied to clipboard
Environment settings
Hi shubham3121,
I'm really interested in your project. Can you explained a litte bit more about the complete environment settings and how I could start the software on my own notebook?
Best regards Peter
Well I use conda, conda-env create -f ./model/YAD2K/environment.yml source activate yad2k and read every Readme. You have to download some files and finally run "model/Train Model - YOLOv2.ipynb" notebook. That's it. It works for me. Finally you can read the blog https://www.hackerearth.com/blog/machine-learning/object-detection-for-self-driving-cars/ for more information about this work.