Kelvin Jose
Results
1
comments of
Kelvin Jose
If you're on Python3 you should be using ``` vehicle_weights = bytes('data/vehicle-detector/yolo-voc.weights', encoding="utf-8") vehicle_netcfg = bytes('data/vehicle-detector/yolo-voc.cfg', encoding="utf-8") vehicle_dataset = bytes('data/vehicle-detector/voc.data', encoding="utf-8") ```