1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Java1,583 forks (1,583 forks)batch import
help wantedquestion
Repository metrics
- Stars
- 6,985 stars (6,985 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Is it possible to get YOLOv7 to work with JavaCV? I tried adapting YOLONet.java, using yolov7.weights as my weights file but I dont know what to use for the config file.
Contributor guide
- Research direction
- Examine the YOLONet.java sample to understand the expected config file format. Then, search the YOLOv7 repository for a corresponding configuration file (e.g., yolov7.cfg) and try to load it. If not available, consider converting the model to ONNX format for use with JavaCV.
- Tech stack
- java
- Domain
- machine learningbackend
- Issue type
- Research
- Prerequisites
- JavaGit