gpu support for autolabeling is now possible for yolov5#4
Merged
vietanhdev merged 15 commits intovietanhdev:masterfrom Apr 12, 2023
Merged
gpu support for autolabeling is now possible for yolov5#4vietanhdev merged 15 commits intovietanhdev:masterfrom
vietanhdev merged 15 commits intovietanhdev:masterfrom
Conversation
vietanhdev
requested changes
Apr 12, 2023
opencv_dnn.sh
Outdated
Owner
There was a problem hiding this comment.
I think this file is not necessary because it cannot cover well on different machines.
Please remove this file. We will create a documentation site in the future for installation guide.
opencv_dnn.sh
Outdated
|
|
||
|
|
||
| # ln -s command is used to create a symbolic link, also known as a symlink or soft link | ||
| cd ~/.virtualenvs/opencv_cuda/lib/python3.8/site-packages/ |
Owner
There was a problem hiding this comment.
Maybe other users do not have ~/.virtualenvs as you.
opencv_dnn.sh
Outdated
| # Uninstall openCV dependencies, since dnn module installed from source is not recognize by pip | ||
| pip uninstall opencv-contrib-python-headless opencv-python-headless | ||
|
|
||
|
|
Owner
There was a problem hiding this comment.
You should not add too many new lines in the end.
1 is enough.
| flags = {} | ||
| data = dict( | ||
| version=__version__, | ||
| #version=__version__, |
Owner
There was a problem hiding this comment.
Please merge with the latest master. I have fixed this issue. Thanks.
added 10 commits
April 12, 2023 18:22
vietanhdev
approved these changes
Apr 12, 2023
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.
If dnn module with GPU support for openCV is available, the labeling will be done into the GPU.
You must install your dnn module with GPU support following by running the file
opencv_dnn.sh.This file is based on the instructions provided by Adrian Rosebrock (@jrosebr1) and he has the whole credit and not me.
TODO List