Stephen Furlani

Results 2 comments of Stephen Furlani

I have also been struggling with this issue, so I followed his tutorial and re-built the model step-by-step seeing when it broke. It broke here: ```python # darknet.py lines ~364...

@momenabdelkarim the 'Yolo' layer is defined in code as the `DetectionLayer` in `darknet.py` and it calls from `util.py`: ``` def predict_transform(prediction, inp_dim, anchors, num_classes, CUDA = True): ``` When the...