AlexeyAB / yolo-windows

a yolo windows version(for object detection)
71 stars 58 forks source link

why a lot of classes has changed in windows version like removing CUDNN ? #3

Open anas-899 opened 7 years ago

anas-899 commented 7 years ago

I noticed that a lot of classes has changed ? the most important changed that the code now dosen't support CUDNN, that's why the training and testing is slow?

AlexeyAB commented 7 years ago

@anas-899 I forked Darknet on 21 april, when cuDNN is absent in Darknet, and not updated Windows-version yet. Did you try to train and test on Linux-version with cuDNN and got an increase of performance?

anas-899 commented 7 years ago

@AlexeyAB I didn't test yolo on Linux yet, but I think the performance will increase a lot. I will try it and let you know