Open Issues Need Help
View All on GitHub AI/ML • Object Detection
Add static build about 1 month ago
AI Summary: Modify the `nob.c` program to statically link against the OpenCV libraries instead of dynamically linking. This involves changing the compilation command to include appropriate linker flags to embed the OpenCV libraries directly into the executable.
Complexity:
3/5
enhancement good first issue
AI/ML • Object Detection
Add compiling for others platforms about 1 month ago
AI Summary: The task requires adapting the existing C code for a human detection program to compile and run on Windows and Linux platforms. This involves modifying build scripts or makefiles to accommodate the different operating systems and potentially addressing any platform-specific dependencies or library linking issues.
Complexity:
4/5
enhancement good first issue