10000 darknettest by SonHW · Pull Request #406 · pjreddie/darknet · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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
wants to merge 1,945 commits into
base: master
Choose a base branch
from
Open

darknettest #406

wants to merge 1,945 commits into from

Conversation

SonHW
Copy link
@SonHW SonHW commented Jan 9, 2018

No description provided.

Copy link
@TanFluent TanFluent left a 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

AlexeyAB and others added 29 commits November 4, 2020 22:01
Enable darknet classifier, without bbox detection
Restore classifier function to python API
Added a hint for installation with CUDA version >= 11
… And force for Detection: if (net.letter_box) letter_box = 1;
imaami and others added 30 commits August 26, 2023 02:41
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>
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>
…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.
… 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
* 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0