Bo Li

Results 9 comments of Bo Li

Thanks for the fruitful discussion. I got an accuracy of 94% on UCSDped2 using the pretrained model ckpt, the only difference I had with @Wolfybox 's dataloader is that I...

> > Thanks for the fruitful discussion. > > I got an accuracy of 94% on UCSDped2 using the pretrained model ckpt, the only difference I had with @Wolfybox 's...

Hi, Thanks for your interest in this implementation. I have downloaded the repo and trained the model for the UCSDped2 dataset. My accuracy varies between 0.90 to 0.94 (Although I...

Hey, @interstate50 thanks for your interest. As for your questions: 1. Yes, I am also facing the same issue that when I use the `entropyloss_weight` in the loss function, the...

Hey, I will reopen this issue just in case other people have the same problem . To create the anomalous score figure, you can run the code below: ```import numpy...

Hi, so the dataset_type should be one of these three datasets "Avenue, UCSDped2, and UCSDped1".

Hi, I have provided scripts about how to prepare for the dataset. Maybe that can give you some help.

As for the error "no such file or directory", I made a mistake in the data loading file, sorry. Please change line 93 in file `data.utils.py` from `all_video_frames = np.array([v...

Hi, I have validated the scripts for both UCSD and Avenue datasets. Except for the error in line 93 in file data/utils.py, everything seems fine. Could you please run it...