tobybreckon / fire-detection-cnn

real-time fire detection in video imagery using a convolutional neural network (deep learning) - from our ICIP 2018 paper (Dunnings / Breckon) + ICMLA 2019 paper (Samarth / Bhowmik / Breckon)
MIT License
534 stars 171 forks source link

http://doi.org/10.15128/r25x21tf409. Download interrupted after a period of time. #55

Closed li0128 closed 4 years ago

li0128 commented 4 years ago

http://doi.org/10.15128/r25x21tf409. Download interrupted after a period of time.

tobybreckon commented 4 years ago

I have just tested this from an off-site location using the provided download scripts and all seems to work fine as the downloads pass all of the MD5 checks:

user@host[/tmp/fire-detection-cnn]  date
Thu 27 Aug 10:39:22 BST 2020
user@host[/tmp/fire-detection-cnn] sh ./download-models.sh; sh ./download-dataset.sh 
Downloading ICIP 2018 Fire Detection CNN (FireNet / InceptionV1-OnFire) models ...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  636M  100  636M    0     0  2881k      0  0:03:46  0:03:46 --:--:-- 4144k
checking the MD5 checksum for downloaded ICIP 2018 Fire Detection CNN (FireNet / InceptionV1-OnFire) models ...
dunnings-2018-fire-detection-pretrained-models.zip: OK
Unpacking the compressed file (using unzip -q)...
Tidying up...
... completed -> required ICIP 2018 Fire Detection CNN (FireNet / InceptionV1-OnFire) models are now in models/

Downloading ICLMA 2019 Fire Detection CNN (InceptionV3-OnFire / InceptionV4-OnFire) models ...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  151M  100  151M    0     0  2615k      0  0:00:59  0:00:59 --:--:-- 2570k
checking the MD5 checksum for downloaded ICLMA 2019 Fire Detection CNN (InceptionV3-OnFire / InceptionV4-OnFire) models ...
samarth-2019-fire-detection-pretrained-models.zip: OK
Unpacking the compressed file (using unzip -q)...
Tidying up...
... completed -> required ICLMA 2019 Fire Detection CNN (InceptionV3-OnFire / InceptionV4-OnFire) models are now in models/
Downloading ICIP 2018 (Dunnings) dataset ...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 10.4G  100 10.4G    0     0  2787k      0  1:05:39  1:05:39 --:--:-- 3683k
checking the MD5 checksum for downloaded ICIP 2018 (Dunnings) dataset ...
fire-dataset-dunnings-r2d217qp536-version1.zip: OK
....

If you are downloading using other tools or a browser perhaps use an alternative tool that supports resuming interrupted downloads or alternatively use the provided download scripts directly. There appears to be no issue with the server when tested, so it must be with the tools you are using or your internet connection as far as I can tell.