0 comments (0 comments)2 reactions (2 reactions)0 assignees (0 assignees)Java2,395 stars (2,395 stars)1,841 forks (1,841 forks)batch import
enhancementhelp wanted
Description
Issue Description
- As I know, before training yolo2, we need provide priorBoxes for our model, but the HouseNumberDetection example did not explain how to compute it. I hope dl4j can provide some method that can compute priorBoxes by k-means algorithm base training data.
Version Information
- Issue type
- feature
- Research direction
- Investigate the HouseNumberDetection example in the deeplearning4j examples repository to understand the current dataset and model structure. Research the YOLOv2 prior box computation using k means clustering on bounding box dimensions from the training data. Explore existing implementations in other frameworks (e.g., Darknet) and propose a Java method that can be added to the example or the core DL4J library. No existing PRs or comments provide further direction.