LiUzHiAn / hf2vad

MIT License
124 stars 24 forks source link

Flow Reconstruction #7

Closed jooyeon-Yee closed 2 years ago

jooyeon-Yee commented 2 years ago

If it's not an excuse, could you tell me the anomaly performance when I only do Flow Reconstruction in avenue? In the paper, 86% came out, but the result I ran only came out 75%. thank you.

LiUzHiAn commented 2 years ago

Hi,

What's your input size to FlowNet2? It should be 1024 * 768.

How did you do when evaluating the anomaly performance with flow recon. only? You can refer to the ml_memAE_sc_eval.py for some ideas.

jooyeon-Yee commented 2 years ago

oh i understand it, thank you very much!