raytroop / YOLOv3_tf

Try to implement YOLOv3 with TensorFlow
67 stars 20 forks source link

cv2 vs scipy #10

Open AutomatedAI opened 6 years ago

AutomatedAI commented 6 years ago

Hey, I was playing with your code and it's great! This really isn't an issue as much as a suggestion but if you use cv2 for things like resizes they run about 10x faster than scipy. Just thought I would drop the note in cases you wanted to speed up training/inference.