ano_pred_cvpr2018 icon indicating copy to clipboard operation
ano_pred_cvpr2018 copied to clipboard

Error about inference.py and train.py

Open rrxi opened this issue 4 years ago • 2 comments

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

rrxi avatar Aug 26 '20 03:08 rrxi

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

fightinggirlis avatar Dec 10 '21 03:12 fightinggirlis

Modify the buffer size . this issue

Forchapeatl avatar Jul 26 '22 03:07 Forchapeatl