Skip to content
Discussion options

You must be logged in to vote

You need to install a C++ compiler like MinGW-w64; after installation, ensure its bin folder (e.g., C:\msys64\mingw64\bin) is added to your system's PATH environment variable so the g++ command works. For the YOLO weights, you can either run the download.sh script inside the backend folder to place them automatically in backend/yolo-coco/, or if you download the files manually, put yolov4.weights, yolov4.cfg, and coco.names directly into that same backend/yolo-coco/ directory.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ManiShankar2284
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants