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

Typo in saveFeatures function in temporalnet_multicam.py #53

Open
lidongwangriver opened this issue Jul 22, 2021 · 2 comments
Open

Typo in saveFeatures function in temporalnet_multicam.py #53

lidongwangriver opened this issue Jul 22, 2021 · 2 comments

Comments

@lidongwangriver
Copy link

y_images = glob.glob(not_fall + '/flow_x*.jpg')

y_images = glob.glob(not_fall + '/flow_x*.jpg') should be '/flow_y*.jpg'

Question:
whether the Extracted features and labels for Multicam were extracted with this script?
I tried to reproduce and got very bad sensitivity(less than 50%) with those (Extracted features and labels) , not sure whether it caused by wrong features

@AdrianNunez
Copy link
Owner

Yes, it is a typo, I have already fixed it, thank you.

whether the Extracted features and labels for Multicam were extracted with this script?

Sorry, I do not remember.

I tried to reproduce and got very bad sensitivity(less than 50%) with those (Extracted features and labels) , not sure whether it caused by wrong features

It may be the case, as the vertical flow should be the most important one for the classification.

@af-doom
Copy link

af-doom commented Nov 18, 2021

Thank you for your research. Is the extracted feature of the multicam dataset downloaded through the link correct? I tried to reproduce temporalent_ Combined.py has a very bad result (about 50% accuracy)

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

3 participants