Ganesh Anand
Ganesh Anand
When I try to use utils.load_weights in train.py it fails. Do you have a tf format version of pre-trained weights from darknet or some other way to initialise the network...
Thank you so much for this repo. When using models with multiple models this code will fail obviously. Here is how to do it for multiple inputs. Wasn't sure where...
The prior box forward function is not vectorised. This is easily vectorizable as below. ``` def priorbox_forward(min_sizes, steps, clip, image_size): feature_maps = [[ceil(image_size[0] / step), ceil(image_size[1] / step)] for step...
The exported onnx model from this repo currently fails with TRT 7.x. The failure happens when the onnx model is parsed by TRT. The parsed model will be missing most...