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 another dataset #6

Open
rrxi opened this issue Dec 10, 2020 · 1 comment
Open

About another dataset #6

rrxi opened this issue Dec 10, 2020 · 1 comment

Comments

@rrxi
Copy link

rrxi commented Dec 10, 2020

I want to use CrevNet for abnormal event detection of video. I convert Avenue dataset to 256x256x1 according to convert_kth.lua, get this error
image
then, I convert avenue to 64x64x1, it can work, but get this result
image

I want to know, which training parameters need to be modified.
image

@rrxi
Copy link
Author

rrxi commented Jan 12, 2021

My solution is to change param w, h of zig_rev_predictor.

  • image_size=64 => w=h=8
  • image_size=128 => w=h=16
  • image_size=256 => w=h=32

I am not sure if this modification will affect performance.

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