this rar file has all what you need in the main file you'll find modelConfiguration = 'yolov3.cfg' (line 18) modelWeights = 'yolov3.weights' (line 19)
if you want to work with yolo tinny change the names to : modelConfiguration = 'yolov3-tiny.cfg' modelWeights = 'yolov3-tiny.weights'
that's all