StevenLiuWen / ano_pred_cvpr2018

Official implementation of Paper Future Frame Prediction for Anomaly Detection -- A New Baseline, CVPR 2018
433 stars 126 forks source link

Error about inference.py and train.py #51

Open rrxi opened 3 years ago

rrxi commented 3 years ago

I use google colab to run project.

  1. inference.py When I run sample of inference.py: !python inference.py --dataset ped2 \ --test_folder ../Data/ped2/testing/frames \ --gpu 1 \ I get these log: image

  2. train.py When I run sample of train.py: !python train.py --dataset ped2 \ --train_folder ../Data/ped2/training/frames \ --test_folder ../Data/ped2/testing/frames \ --gpu 0 \ --iters 80000 I get these log: image

My dir show image image

fightinggirlis commented 2 years ago

Hello, I'm facing the same mistake as you. Has your problem been solved

Forchapeatl commented 2 years ago

Modify the buffer size . this issue