Yolov4-tensorflow icon indicating copy to clipboard operation
Yolov4-tensorflow copied to clipboard

tensorflow implementation for Yolo v4

Results 6 Yolov4-tensorflow issues
Sort by recently updated
recently updated
newest added

When using data tensors as input to a model, you should specify the `steps` argument.?

ValueError: setting an array element with a sequence. prepost_process.py", line 67, in postprocess_bbbox xy_grid = xy_grid.astype(np.float) Should I change my tensorflow version to 2.1.0? Thanks all