lbcastro
Results
1
issues of
lbcastro
I'm using the following commands to convert a tiny yolov3 weights file to a .bin/.xml pair: From https://github.com/mystic123/tensorflow-yolo-v3: ``` python convert_weights_pb.py \ --weights_file custom_tiny_yolov3.weights \ --class_names custom_tiny_yolov3.names \ --data_format NHWC...