Skip to content

upgrade to yolov4#2

Open
chen42 wants to merge 1530 commits intochen42:masterfrom
AlexeyAB:master
Open

upgrade to yolov4#2
chen42 wants to merge 1530 commits intochen42:masterfrom
AlexeyAB:master

Conversation

@chen42
Copy link
Copy Markdown
Owner

@chen42 chen42 commented Jan 18, 2022

No description provided.

JaledMC and others added 30 commits November 9, 2020 00:36
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;
cenit and others added 30 commits August 26, 2023 03:50
* 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
…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
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.