UTSA-cyber / sceadan

Systematic Classification Engine for Advanced Data ANalysis
GNU General Public License v2.0
22 stars 7 forks source link

Unable to download pretrained model #3

Open MatthewChen37 opened 3 years ago

MatthewChen37 commented 3 years ago

After configuring sceadan, when I try to run make download I get this error:

make[1]: Entering directory '/home/cc/sceadan/src' wget https://www.dropbox.com/s/z3zm2s6c9owic2r/sceadan_model_precompiled.dat --2021-06-23 16:56:42-- https://www.dropbox.com/s/z3zm2s6c9owic2r/sceadan_model_precompiled.dat Resolving www.dropbox.com (www.dropbox.com)... 162.125.8.18, 2620:100:601b:18::a27d:812 Connecting to www.dropbox.com (www.dropbox.com)|162.125.8.18|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: /s/raw/z3zm2s6c9owic2r/sceadan_model_precompiled.dat [following] --2021-06-23 16:56:42-- https://www.dropbox.com/s/raw/z3zm2s6c9owic2r/sceadan_model_precompiled.dat Reusing existing connection to www.dropbox.com:443. HTTP request sent, awaiting response... 400 Bad Request 2021-06-23 16:56:42 ERROR 400: Bad Request.

make[1]: [Makefile:1220: download] Error 8 make[1]: Leaving directory '/home/cc/sceadan/src' make: [Makefile:829: download] Error 2

Was the pretrained model taken down from Dropbox?

iamdank commented 3 years ago

same issue here.