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

about dataset #2

Open
zql1314 opened this issue Jun 23, 2019 · 21 comments
Open

about dataset #2

zql1314 opened this issue Jun 23, 2019 · 21 comments

Comments

@zql1314
Copy link

zql1314 commented Jun 23, 2019

Could you tell me which dataset you use? I can not find the download link fot the FDD dataset, could you share it with me?Thank you !

@dzungvpham
Copy link
Owner

Hey, the FDD dataset (short for Fall Detection Dataset) is at this link: http://le2i.cnrs.fr/Fall-detection-Dataset

Note that some of this dataset is not labelled at all, so either you have to label them yourself, or just go with what the labelled one (assuming that you are doing supervised learning). Also, the labelling is not always very clear and can be incorrect sometimes (not very often but it does happen), so I went in and manually fixed whatever I found to be wrong.

There are also 2 other fall video datasets: Multicam at http://www.iro.umontreal.ca/~labimage/Dataset/ and URFD at http://fenix.univ.rzeszow.pl/~mkepski/ds/uf.html . They are not really labelled frame by frame though.

@zql1314
Copy link
Author

zql1314 commented Jun 24, 2019 via email

@zql1314
Copy link
Author

zql1314 commented Jun 24, 2019 via email

@dzungvpham
Copy link
Owner

Yeah it is definitely not clear at all. I will need to update the code to make it more usable to others. But the big idea is to split the videos into fall frames and non-fall frames. You will need to generate both the original frames from the videos and the corresponding motion history image frames. If you can figure it out then that would be a great learning experience. It will take be a while before I can get down to update the code, but I will try to make it happen some time this summer.

@zql1314
Copy link
Author

zql1314 commented Jun 25, 2019 via email

@dzungvpham
Copy link
Owner

dzungvpham commented Jun 26, 2019

Multi-people: The FDD dataset only has 1 single actor in each video, so if you want to do multi-people fall detection, the first thing you will need to do is to find/create a dataset with multiple actors in a video. This is a challenging task, and I don't think there's any dataset like that out there at the moment. Assuming you have such a dataset, I think the next step is to figure out how to represent the information in such a way that it is clear which person is falling. Using original frames is one way, but using motion history image (or optical flow) might be challenging because you can't really distinguish between the blobs.

Sitting vs Falling: This is a good issue that I have been trying to explore more. I think more data with diverse range of actions will be needed to make the model really robust. You can try to augment the FDD dataset (i.e., flipping, rotating), or you can try to train this problem as a multi-task problem. In the end, I don't think the FDD data is big enough, so good data generation is crucial. If you use the videos in the FDD dataset, then the model can distinguish between sitting and falling, but it can occasionally make mistakes.

These are just my hypotheses, but I hope it can help. The current model will work with the current dataset, but going beyond that is not gonna be easy given the small size. If you manage to solve these issues, I'd love to hear about how you did it!

@zql1314
Copy link
Author

zql1314 commented Jun 26, 2019 via email

@pasandrei
Copy link

pasandrei commented Feb 24, 2020

Most of the FDD download links do not work (besides "office 2", which is much more smaller than the rest). Do you have the data set downloaded and are kind enough to upload it somewhere? 😃

@VietDzung

@pani-bot
Copy link

pani-bot commented Mar 1, 2020

Hello @VietDzung ...even I am facing same problem of @pasandrei ...can you provide any Google drive Link of the datasets?Thank you☺️

@dzungvpham
Copy link
Owner

Hello @pasandrei @pani-bot, sorry for the late response. Here's my link: https://drive.google.com/drive/folders/1psUmqQmZMePXpWZWXQ2ObgDHI4Z5z2i1?usp=sharing

Note that not everything is labelled.

@pasandrei
Copy link

Thank you very much :D

@pani-bot
Copy link

pani-bot commented Mar 4, 2020

Hello @pasandrei @pani-bot, sorry for the late response. Here's my link: https://drive.google.com/drive/folders/1psUmqQmZMePXpWZWXQ2ObgDHI4Z5z2i1?usp=sharing

Note that not everything is labelled.

Thank you so much @VietDzung

@HHungg
Copy link

HHungg commented Sep 12, 2020

Thank you very much :D

Hello @pasandrei, can you share this FDD dataset again, thank you so much.

@dzungvpham
Copy link
Owner

@HHungg I reuploaded it. Here's the link: https://drive.google.com/drive/folders/19KTp4-0Q4RL7MRsd0Gqxbt-1oKA-pbeY?usp=sharing

@mohammed-Emad
Copy link

Hello @VietDzung
i'am Sorry ,But
I cannot download files
Drive says the download quota for these files has been exceeded!
Is there another place? Or a link to these files

@Birdylx
Copy link

Birdylx commented Nov 27, 2020

hi @VietDzung , thanks for your work, but the FDD dataset website links do not work, and your Google Driver link is not available, can your reupload the dataset? thanks a lot

@mstc-xqp
Copy link

@HHungg I reuploaded it. Here's the link: https://drive.google.com/drive/folders/19KTp4-0Q4RL7MRsd0Gqxbt-1oKA-pbeY?usp=sharing

image

it seems there is no Annotations_all.txt"

@monacv
Copy link

monacv commented Feb 24, 2021

@VietDzung
Screenshot from 2021-02-23 19-31-30

@monacv
Copy link

monacv commented Feb 24, 2021

@VietDzung are there labeled by frame versions of the following two?

There are also 2 other fall video datasets: Multicam at http://www.iro.umontreal.ca/~labimage/Dataset/ and URFD at http://fenix.univ.rzeszow.pl/~mkepski/ds/uf.html . They are not really labeled frame by frame though.

@phatk
Copy link

phatk commented Nov 22, 2022

New link for those looking at this in 2022: https://drive.google.com/drive/folders/1v-fTxzRH4PLWKIyd76kLQPt9eFJ92N5j?usp=sharing

@manaspalaparthi
Copy link

@phatk legend!

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