-
Notifications
You must be signed in to change notification settings - Fork 21.3k
darknettest #406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
SonHW
wants to merge
1,945
commits into
pjreddie:master
Choose a base branch
from
AlexeyAB:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
darknettest #406
+340,684
−5,763
Conversation
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
TanFluent
reviewed
Feb 21, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this would solve my problem when the BB of one image more than the default 30
Enable darknet classifier, without bbox detection
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;
Signed-off-by: Juuso Alasuutari <juuso.alasuutari@gmail.com> Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
FileNotFoundError: Could not find module Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
…e been defined. (#8597)
Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
* 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
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.