ivipsourcecode / dxslam

Other
415 stars 75 forks source link

Separate scripts to download vocabulary and hf-net model #6

Open cedrusx opened 4 years ago

cedrusx commented 4 years ago

It is annoying that the build.sh script trys to download some data every time it runs, even if the data have already been downloaded. How about moving the wget and tar commands out of build.sh into one or two separate script? Thanks.

Also, it may be better to add a -p param to all the mkdir commands.