WaqasSultani / AnomalyDetectionCVPR2018

502 stars 182 forks source link

training.py #47

Open AndyHon opened 5 years ago

AndyHon commented 5 years ago

In the train_public.py, there are 1610 normal and abnormal video, batchsize*32=1920. When loop1<960, the abnormal video is given a 0 label, but the abnormal video is only 810. The extra 150 will cause the normal video to be labeled as abnormal video.Can you help me solve this problem?