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?
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?