Open
Conversation
Restore classifier function to python API
Added a hint for installation with CUDA version >= 11
…s_rejection_percentage=0.1
… And force for Detection: if (net.letter_box) letter_box = 1;
* Start adding support for running darknet from OpenGL textures * Get CUDA-GL interop working (at least without segfaults...) * Copy the GL texture to the CUDA input buffer * Remove printf statements * Code cleanup * Fix a function call * Remove the #ifdef GPU guard in darknet.h * Use the width and height from the network instead of hard-coding * Install libgles2-mesa-dev for some ubuntu targets * Get the build working on Windows * Add an OpenGL-CUDA integration option for CMake * Bump the version-date in vcpkg.json * Remove ifdef in darknet.h for the network_predict_gl_texture() function * Use target_compile_definitions to set CUDA_OPENGL_INTEGRATION flag * Re-add the #ifdef CUDA_OPENGL_INTEGRATION guard --------- Co-authored-by: Brian Schwind <brianmschwind@gmail.com>
Co-authored-by: schedldave <david.schedl@jku.at> Co-authored-by: Schedl David <P22598@fhooe.at> Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
…ble way (win10+ supported!) (#8834)
…4918) * Feature: Add support to pass '-mAP_epochs' from command line. '-mAP_epochs' decide after how many epochs mAP should be calculated. Default value is 4 which means the mAP will be calculated after each 4 epochs.
…ack to C logger. (#8565)
… of .weights file's header. (#7983) Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
* enable building installers in CI * [build.ps1] improve installer handling * do not install directly when building installer
Co-authored-by: vsaw <hello@vsaw.net>
* minor cleanup * vcpkg force internal tools to reduce cache misses * move getopt to 3rdparty * add a very small test on a couple of platform in CI
* add missing automake * add missing autoconf-archive
Co-authored-by: KyeongSoo Kim <kyeongsoo.kim@konantech.com>
* update cuda to 12.6 * remove cuda from opencv2 and opencv3
* update cuda scripts to improve compatibility with latest ubuntu * fix small regressions and update also PR script
… NSIS installation step (#8940)
…ai fork (#8941) * remove win-vcpkg-port ci tests, now vcpkg links to incompatible hank-ai fork * remove custom build.ps1 since darknet on vcpkg is not valid anymore * do not pre-enable cuda & other feats
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.