joeyzhouty / Attention-driven-loss

Attention-Driven Loss for Anomaly Detection in Video Surveillance
14 stars 8 forks source link

I have some question about utils.py and di.npy files #1

Open AndyHon opened 4 years ago

AndyHon commented 4 years ago

In utils.py,function of get_universal_di() can generate image.npy and di.npy,I want to know what these two files are used for.,besides,Are you sure you got this function right? image.npy should save all image of information but you only saved the information for the last image. Last but not least,Why are your images terminated if the number is greater than 2000?I hope you can help me out in your spare time,Thanks.