djl
djl copied to clipboard
Yolo Model
trafficstars
Description
Implement a YOLO model and add it to the DJL model zoo
References
- https://arxiv.org/abs/1506.02640
We already have YOLO model, we can close thise now.
This is for a Yolo imperative model (as we only have SSD). We only have a symbolic one
We now have a Yolo imperative model YoloV3 in our model zoo.