Skip to content
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

Speeding up Extracting image features #20

Open
Antorithms opened this issue Jul 6, 2023 · 1 comment
Open

Speeding up Extracting image features #20

Antorithms opened this issue Jul 6, 2023 · 1 comment

Comments

@Antorithms
Copy link

Hi Timo,
We have been using the Annotation-Tool to create new datasets for training.
The frame extraction takes though particularly long and only uses CPU.
We were wondering first of all if no GPU usage is normal here and if so how could we speed up the Extraction of image features for kmeans which currently takes more than 6-8 hours per video with videos of around 30min lenght.
Thanks a bunch for your help!
Anto

@timohueser
Copy link
Collaborator

Hi Anto,

Extracting image features using k-means does take a lot of time and is not GPU accelerated unfortunately. 6-8 hours per video does seem a bit excessive though, do you know which CPU is in the PC you are using for the extraction?

You can always use the uniform extraction if the long processing time is an issue for you, it probably won't notable reduce the quality of the extracted dataset.

Best,
Timo

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

No branches or pull requests

2 participants