vt-le / astnet

This is an official implementation for "Attention-based Residual Autoencoder for Video Anomaly Detection".
https://vt-le.github.io/astnet/
MIT License
96 stars 14 forks source link

Pillow version in requirements.txt #19

Open yerx opened 4 months ago

yerx commented 4 months ago

Hi, there are two Pillow versions in the requirements.txt. When you run pip install -r requirements.txt there is an error

ERROR: Cannot install Pillow==6.2.2 and Pillow==9.5.0 because these package versions have conflicting dependencies.

Which version should we use in the requirements.txt?

vt-le commented 4 months ago

Hi, there are two Pillow versions in the requirements.txt. When you run pip install -r requirements.txt there is an error

ERROR: Cannot install Pillow==6.2.2 and Pillow==9.5.0 because these package versions have conflicting dependencies.

Which version should we use in the requirements.txt?

Thanks for your interest!

I have updated the requirements file.

hehkkk123 commented 2 months ago

Hello, how many rounds do you get the best model for each dataset?