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

From where can i download PEViD-UHD #2

Closed
ghost opened this issue Jan 6, 2020 · 1 comment
Closed

From where can i download PEViD-UHD #2

ghost opened this issue Jan 6, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 6, 2020

I couldn't find any links for download and appreciate it if you can help me with it.

@previtus
Copy link
Owner

Dear Tamir,
There were three sources for the used datasets - the publically available PEViD-UHD, our own recorded dataset (which is sadly not public and had to be manually annotated) and finally the video accessible on YouTube at https://www.youtube.com/watch?v=gdnHLE_HCX0 (this one was again used without annotation, simply to measure the speed of our code on 8K footage).

PEViD-UHD

  • Perhaps this dataset would be the best to start with, as it contains annotation. More details about how to use it (sadly it's not entirely straightforward and it required some work in making sense of the frame to annotation correspondence) can be found here: A question about PEViD-UHD dateset #1

publically available 8k video: https://www.youtube.com/watch?v=gdnHLE_HCX0

  • In this case, I would recommend downloading the video, sampling some frames from it (for example by using ffmpeg) and then running our code to test the speed.

  • You can probably use something like: ffmpeg -i video.webm -vf fps=5 frame_%d.jpg

Hope this helps,
Vit Ruzicka

@previtus previtus closed this as completed Mar 4, 2020
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

1 participant