CrevNet-Traffic4cast icon indicating copy to clipboard operation
CrevNet-Traffic4cast copied to clipboard

About another dataset

Open rrxi opened this issue 4 years ago • 1 comments

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 avatar Dec 10 '20 09:12 rrxi

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.

rrxi avatar Jan 12 '21 08:01 rrxi